@extends('admin.layout.master') @section('title', 'Master') @section('content') @if (session('success'))
{{ session('success') }}
@endif
User Master
@csrf
{{$errors->first('gst_in_user_id')}}
{{$errors->first('password')}}
{{$errors->first('pt_individual')}}
{{$errors->first('pt_employee')}}
Owner/Authorised Person
Accountant/Manager
@endsection @section('script') @endsection