@extends('layouts.app') @section('title', 'Deleted Invoice Report') @section('css') @endsection @section('content')

Deleted Invoice Report

{!! Form::label('date_filter', __('report.date_range') . ':') !!} {!! Form::text('date_filter', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'custom-input', 'readonly']); !!}
Selection Date & Time Invoice No Type Final Total Deleted By
@endsection @section('javascript') @endsection