{{ $point->service->service_name }}
@csrf @if($point->customer->document) @foreach($point->service->document as $docs) @php $docs_name=$docs->name; $acutal_docsname= $point->customer->document->$docs_name; @endphp @if( $acutal_docsname == null )
@else {{$docs->list_name}}

@endif @endforeach @else @foreach($point->service->document as $docs)
@endforeach @endif