@extends('backend.layouts_backend.master2') @section('title') Edit Client @endsection @section('content') {{-- header --}}

Edit Client

@if (Auth::user()->can('client-create')) @endif @if (Auth::user()->can('client-list')) @endif

{{-- end header --}}
@csrf @method('PATCH')

{{-- validation --}} @if ($errors->has('first_name')) @endif

{{-- validation --}} @if ($errors->has('last_name')) @endif

{{-- validation --}} @if ($errors->has('other_names')) @endif

{{-- validation --}} @if ($errors->has('age')) @endif

{{-- validation --}} @if ($errors->has('email')) @endif

{{-- validation --}} @if ($errors->has('profession')) @endif

{{-- validation --}} @if ($errors->has('phone')) @endif

{{-- validation --}} @if ($errors->has('address')) @endif

{{-- validation --}} @if ($errors->has('country_id')) @endif

{{-- validation --}} @if ($errors->has('website')) @endif

{{-- validation --}} @if ($errors->has('organization')) @endif

{{-- image --}}
{{-- exiting featured photo --}} preview {{-- validation --}} @if ($errors->has('client_photo')) @endif

{{-- brand address --}}
{{-- --}}
@endsection @section('extra_scripts') {{-- handline select2 --}} @endsection