@extends('layouts.app') @section('content')
{{ $errors->first('name') }}
@endif{{ $errors->first('contact_id') }}
@endif{{ $errors->first('description') }}
@endif{{trans('others.global_file_types_general')}}
{{ $errors->first('attachment') }}
@endif