@extends('layouts.admin') @section('content')
{{ $errors->first('client') }}
{{ trans('cruds.client.fields.first_name_helper') }}
{{ $errors->first('date') }}
{{ $errors->first('description') }}
{{ $errors->first('email') }}