@extends('admin.layout.master') @section('title','DAILY '.($type==1?'SALES':'CASH').' SUMMERY') @section('custom_style') @endsection @section ('content')
@include('admin.layout.title_header', ['title'=>'DAILY '.($type==1?'SALES':'CASH').' SUMMERY']) @php $foot=''; $head=''; $body=''; $html=''; $head.=''; $foot.=''; if($type){ $head.=''; $foot.=''; } $head.=''; foreach ($stores as $store){ $head.=''; $foot.=''; } $head.=''; $body.=''; $foot.=''; $html.=$head.$body.$foot; $html.='
'.($type==2?'Particular':'Date').'
TotalTotalSTORES
'.$store->name_eng.'
'; @endphp
{{--
--}}
{{--
--}}
@if($type==1) @else @endif
{!!getDateInput('start_date','start_date',Request()->start_date)!!} {!!getDateInput('end_date','end_date',Request()->end_date)!!} {{-- --}}
{{-- {!!$html!!} --}}
{{--
--}}
@include('admin.global.loader') @endsection @section('script') @stop