@extends("admin.template", ["pageTitle"=>$pageTitle]) @section('content')
Edit Client
@csrf
@if(count($client->ClientDoc) > 0) @foreach($client->ClientDoc as $key=>$doc)
@endforeach @endif

Sales Rep
@if(count($client->ClientSaleRep) > 0 ) @foreach($client->ClientSaleRep as $saleRep)
    
@endforeach @else
    
@endif
@endsection @section('footer-script') @endsection