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

Disputes Edit

@csrf
@error('DEPT') {{ $message }} @enderror
@if ($errors->has('TITLE')) {{ $errors->first('TITLE') }} @endif
@if ($errors->has('MESSAGE')) {{ $errors->first('MESSAGE') }} @endif
@if ($errors->has('STATUS')) {{ $errors->first('STATUS') }} @endif
@if ($disputes->DOCUMENTS)

{{ $disputes->DOCUMENTS }}

@endif @error('DOCUMENTS') {{ $message }} @enderror
@if(!empty($carrierId)) Cancel @else Cancel @endif
@endsection() @section('script') @endsection