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

Disputes Add

@csrf
@error('DEPT') {{ $message }} @enderror
@if ($errors->has('TITLE')) {{ $errors->first('TITLE') }} @endif
@if ($errors->has('MESSAGE')) {{ $errors->first('MESSAGE') }} @endif
@error('DOCUMENTS') {{ $message }} @enderror
@if(!empty($carrierId)) Cancel @else Cancel @endif
@endsection() @section('script') @endsection