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

{{$subtitle}}

{{ Breadcrumbs::render('backend.report.call') }}
@include('backend.partials.msg') @include('backend.partials.errors')
@include('backend.report.formFilter') @foreach($reports as $k=>$item) @endforeach
# Thời gian Mã dự án Địa chỉ Tạo bởi
{{++$start}} {{$item->updated_at->format('d/m/Y H:i:s')}} {{$item->product_id}} {{isset($item->product)?str_replace('Thành phố','',$item->product->address):''}} {{isset($item->user_created)?$item->user_created->fullname:''}}
{{ $reports->links() }}
@endsection @section('script') @stop