@extends('layouts.acorn.acorn_frontend_app') @section('header_styles') @endsection @section('content')

Client

@include('frontend.profile.component.menu')

Client Details

{{ $client_details[0]->client->name }}

BR Number -:

Email -:

Mobile -:

Client Type -:

BR Document -:


Warning: Undefined variable $client_details in /home/slsiluser/public_html/service-portal/resources/views/frontend/profile/client_details.blade.php on line 92

Warning: Trying to access array offset on value of type null in /home/slsiluser/public_html/service-portal/resources/views/frontend/profile/client_details.blade.php on line 92

Warning: Attempt to read property "client" on null in /home/slsiluser/public_html/service-portal/resources/views/frontend/profile/client_details.blade.php on line 92

Warning: Attempt to read property "brc_file" on null in /home/slsiluser/public_html/service-portal/resources/views/frontend/profile/client_details.blade.php on line 92
@if (!empty($client_details[0]->client->brc_file)) @else
@endif
@csrf
@endsection @section('footer_scripts') @endsection