@extends('admin.layout.master') @section('title','MANAGEMENT SUMMERY') @section('custom_style') @endsection @section ('content')

{{__('obs.management_summery')}}

 
{{--
--}}
{{--
--}}
{{-- --}}
{!!getDateInput('start_date','start_date',Request()->start_date)!!} {!!getDateInput('end_date','end_date',Request()->end_date)!!} {{-- --}} {{-- --}}
{{--
--}}
{{__('obs.date')}} {{__('obs.opening')}} {{__('obs.income')}} {{__('obs.cogs')}} {{__('obs.gp')}} {{__('obs.exp')}}. {{__('obs.net_profit')}} {{__('obs.payments')}} {{__('obs.receipts')}} {{__('obs.closing')}}
{{__('obs.cash')}} {{__('obs.bank')}} {{__('obs.cash')}} {{__('obs.bank')}}
{{__('obs.total')}}
@include('admin.global.loader')
@endsection @section('script') @stop