@extends('dashboard.layout.content')
@section('customTitle')
{{ __('dashboard.Menu.Receipts Reports') }}
@endsection
@section('customStyle')
@endsection
@section('customBody')
{{ __('dashboard.Serial Number') }} |
{{ __('dashboard.Customer Name') }} |
{{ __('validation.attributes.total_amount') }} |
{{ __('dashboard.Receipt Type') }} |
{{ __('dashboard.Description') }} |
{{ __('dashboard.Serial Number') }} |
{{ __('dashboard.Customer Name') }} |
{{ __('validation.attributes.total_amount') }} |
{{ __('dashboard.Receipt Type') }} |
{{ __('dashboard.Description') }} |
@endsection
@section('customScript')
@endsection