@extends('admin.layouts.admin') @section('title','Add Customer') @section('page-title','Add Customer') @section('content')
Customer Information Register a new customer into the system
@csrf {{-- BASIC DETAILS --}}
Basic Details
@error('name')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
{{-- CONTACT --}}
Contact Information
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
{{-- ADDRESS --}}
Address
{{-- STATUS --}}
Account Status
{{-- ACTIONS --}}
Cancel
@endsection