@extends('admin.layout.master') @section('custom_style') @endsection @section('content') @include('flash-message')
@if ($errors->any())
@endif
{{__('obs.bank')}} {{__('obs.receive')}} {{__('obs.list')}}
{{--
--}}
@error('start_date') {{ $message }} @enderror
@error('end_date') {{ $message }} @enderror
{{-- --}}
@include('frontdesk.loader')
@endsection @section('script') @endsection