@extends('admin.layout.master') @section('title',strtoupper(str_replace('_',' ',$title))) @section('custom_style') @endsection @section ('content')
@include('admin.layout.title_header', ['title'=>strtoupper(str_replace('_',' ',$title))])
{{--
--}}
{!!getDateInput('start_date','start_date',Request()->start_date)!!} {!!getDateInput('end_date','end_date',Request()->end_date)!!} {{-- --}} {{-- --}}
{{--
--}}
@include('admin.global.loader') @endsection @section('script') @stop