{{--synced with server--}} @extends('admin.template.master') @section('stylesheets') @endsection @section('title') Product Book Report Home Product Book Report @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif List Date View Download @foreach($data as $value) {{date('d M Y', strtotime($value['date'])) }} {{$value['view']}} {{$value['download']}} @endforeach @endsection @section('javascripts') @endsection