@csrf @method('PUT')
@if($errors->has('body'))

{{$errors->first('body') ?? $ticket->body}}

@endif
@if($errors->has('attachment'))

{{$errors->first('attachment')}}

@endif