@extends('layouts.admin') @section('content')
{{ $errors->first('first_name') }}
{{ trans('cruds.client.fields.first_name_helper') }}
{{ $errors->first('last_name') }}
{{ trans('cruds.client.fields.last_name_helper') }}
{{ $errors->first('company') }}
{{ trans('cruds.client.fields.company_helper') }}
{{ $errors->first('email') }}
{{ trans('cruds.client.fields.email_helper') }}
{{ $errors->first('phone') }}
{{ trans('cruds.client.fields.phone_helper') }}
{{ $errors->first('website') }}
{{ trans('cruds.client.fields.website_helper') }}
{{ $errors->first('skype') }}
{{ trans('cruds.client.fields.skype_helper') }}
{{ $errors->first('country') }}
{{ trans('cruds.client.fields.country_helper') }}
{{ $errors->first('status_id') }}