@extends('layouts.master') @section('content')

Disputes Add

@csrf
@error('DEPT') {{ $message }} @enderror
@if ($errors->has('TITLE')) {{ $errors->first('TITLE') }} @endif
@if ($errors->has('card_number')) {{ $errors->first('card_number') }} @endif
@if ($errors->has('transaction_date')) {{ $errors->first('transaction_date') }} @endif
@if ($errors->has('dispute_amount')) {{ $errors->first('dispute_amount') }} @endif
@if ($errors->has('MESSAGE')) {{ $errors->first('MESSAGE') }} @endif
@error('DOCUMENTS') {{ $message }} @enderror
Cancel
@endsection()