| ID |
{{trans('products.name')}} |
{{trans('products.image')}} |
{{trans('admin.edit')}} |
{{trans('admin.delete')}} |
@if($Productphotos->count()>0)
@foreach($Productphotos as $bill)
| {{$bill->id}} |
{{$bill->photo_title_array}} |
}}) |
|
|
@endforeach
@else
|
{{trans('الجدول خالي')}}
|
@endif
@if($Productphotos->count()>0)
{{trans('devices.no')}}{{$Productphotos->total()}}
{{$Productphotos->appends(\Request::except('_token'))->render()}}
@endif