@include('back.shops._filter')
# |
{{__('back.name')}} |
{{__('back.type')}} |
{{__('back.mobile')}} |
{{__('back.branch')}} |
{{__('back.picture')}} |
SCRIBS |
|
@if($data->isNotEmpty())
@foreach($data as $row)
{{$row->id}} |
{{$row->name}} |
{{$row->type}} |
{{$row->mobile}} |
{{@$row->branch->name}} |
@if($row->image!='')
image)}} style='width:100px'>
@endif
|
{{($row->scribs_id=='')?'no':'yes - id: '.$row->scribs_id}} |
@if(!isset($deleted))
@else
@endif
|
@endforeach
@else
No Data Available |
@endif