@extends('admin.layout.app') @section('title', 'Add End Client') @section('content')
End Client Registration Form
Back
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{-- --}}
Address Information
@include('admin.components.country-dropdown', ['name' => 'country', 'selected' => old('country')])
@endsection @push('scripts') @endpush