@extends('layouts.app') @section('content')
{{ $errors->first('name') }}
@endif{{ $errors->first('status_id') }}
@endif{{ $errors->first('user_id') }}
@endif{{ $errors->first('start_date') }}
@endif{{ $errors->first('due_date') }}
@endif{{trans('others.global_file_types_gallery')}}
@if($errors->has('attachment')){{ $errors->first('attachment') }}
@endif{{ $errors->first('description') }}
@endif