@section('optional_css') @endsection @section('optional_js') @endsection

{{ __('Client') }}

{{ __('Create') }} {{ __('Client') }} @csrf
{{ __('Title') }}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
{{ __('Description') }}
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
{{ __('Image') }}
Select Image Remove

Upload image if add image

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
{{ __('Link') }}
@if ($errors->has('link')) {{ $errors->first('link') }} @endif
{{ __('Publish') }}
{{ __('Save') }}