@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))])
{{--
Search
--}}
{{-- --}} {{-- --}} {!!$str!!}
PARTICULARS {{Request()->start_date?date('Y-m-d',strtotime(Request()->start_date)):date('Y-m-d')}} {{Request()->end_date?date('Y-m-d',strtotime(Request()->end_date)):date('Y-m-d')}}
NOTE
TAKA
%
NOTE
TAKA
%
@endsection @section('script') @stop