{{--synced with server--}} @extends('admin.template.master') @section('stylesheets') @endsection @section('title')

Product Book Report

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif

List

@foreach($data as $value) @endforeach
Date View Download
{{date('d M Y', strtotime($value['date'])) }} {{$value['view']}} {{$value['download']}}
@endsection @section('javascripts') @endsection