@extends('layouts.admin') @section('content')
{{ $errors->first('title') }}
{{ trans('cruds.project.fields.title_helper') }}
{{ $errors->first('start_date') }}
{{ trans('cruds.project.fields.start_date_helper') }}
{{ $errors->first('end_date') }}
{{ trans('cruds.project.fields.end_date_helper') }}
{{ $errors->first('buget') }}
{{ trans('cruds.project.fields.buget_helper') }}
{{ $errors->first('users') }}
{{ trans('cruds.project.fields.users_helper') }}
{{ $errors->first('status_id') }}
{{ $errors->first('description') }}
{{ trans('cruds.project.fields.description_helper') }}
{{ $errors->first('bank_account_id') }}