@extends('layouts.app') {{--Important Variables--}} @section('title') {{__('lang.sales_report')}} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') @php $common = App\Helpers\CommonHelper::class; @endphp

{{__('lang.sales_report')}}

{{__('lang.search_criteria')}}


{{ csrf_field() }}
@if (userAllowedUnofficial() && CommonHelper::checkOfficialUnofficialonAnyBranch() != null)
{{-- --}}
@endif
@stop @push('include-css') @endpush @push('include-js') @endpush