@extends('layouts.main') @section('breadcrumb')

Custom Report ({{date('d/m/Y H:i',strtotime($data->created_at))}})

@endsection @section('content')
@include('flash::message')
@endsection @section('footer_scripts') @endsection