@extends('admin.index') @section('page_title') {{trans('products.image')}} @endsection @section('content')

{{trans('products.image'). "[" .$product->title_ar . "]"}}

@if($Productphotos->count()>0) @foreach($Productphotos as $bill) @endforeach @else @endif
ID {{trans('products.name')}} {{trans('products.image')}} {{trans('admin.edit')}} {{trans('admin.delete')}}
{{$bill->id}} {{$bill->photo_title_array}}
{{trans('الجدول خالي')}}

@if($Productphotos->count()>0)
{{trans('devices.no')}}{{$Productphotos->total()}}
{{$Productphotos->appends(\Request::except('_token'))->render()}}
@endif
@endsection