@extends('admin.template.master') @section('title', $title) @section('content') @php $userName= Auth::user()->name; $userOrganisation_type= Auth::user()->organisation_type; $userPerson= Auth::user()->person; $userType= Auth::user()->user_type; $userId= Auth::user()->id; $clientId= Auth::user()->user_id; $userImage= Auth::user()->user_image; @endphp
@stop @section('javascript') @endsection