@extends('dashboard.v1.index') @section('title', __('all.clients')) @section('content')

{{__('all.clients')}}

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('nationality')) {{ $errors->first('nationality') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
{{__('all.upload')}}
@stop