@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 ($disputes->DOCUMENTS)

{{ $disputes->DOCUMENTS }}

@endif @error('DOCUMENTS') {{ $message }} @enderror
Cancel
@endsection()