@extends('backend.layout.main') @section('content') Challan Report Based On @if($based_on == 'created_at') Created Date Closing Date @else Created Date Closing Date @endif {{__('db.Choose Your Date')}} @include('backend.report.partials.challan_table') @endsection @push('scripts') @endpush