@extends('admin.layout.master') @section('title', 'Profile') @section('content') @if (session('success'))
{{ session('success') }}
@endif
Client Profile
@csrf
{{-- --}}
{{-- --}}
{{-- --}} {{$errors->first('legal_name')}}
{{-- --}}
{{-- --}}
{{-- --}} {{$errors->first('email')}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
User Master
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}} {{$errors->first('gst_in_user_id')}}
{{-- --}}
{{-- --}} {{$errors->first('master_password')}}
{{-- --}} {{$errors->first('pt_individual')}}
{{-- --}} {{$errors->first('pt_employee')}}

Owner/Authorised Person
{{-- --}}
{{-- --}}
{{-- --}}
Accountant/Manager
{{-- --}}
{{-- --}}
{{-- --}}
@endsection @section('script') @endsection