@extends('dashboard.admin.layouts.app') @section('content')

{{ $title }}

@include('dashboard.admin.user.partials.account_options_and_status')
@slot('header') Create Transaction Record @endslot
@csrf
@error('start_date')
{{ $message }}
@enderror
@error('end_date')
{{ $message }}
@enderror
@endsection