@extends('backend.layouts.main') @section('content')

{{$subtitle}}

{{ Breadcrumbs::render('backend.report.upload') }}
@include('backend.partials.msg') @include('backend.partials.errors')
@foreach($reports as $k=>$item) @endforeach
# Mã dự án Số hình Địa chỉ Thời gian
{{++$start}} {{$item->product_id}} {{$item->total}} {{isset($item->product)?str_replace('Thành phố','',$item->product->address):''}} {{date('d/m/Y H:i:s',strtotime($item->created_at))}}
{{ $reports->links() }}
@endsection @section('script') @stop