@extends('layouts.admin') @section('title', 'Admins') @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')

Customers

Add New Customer
@csrf
Please Enter Valid Email Address
+1
Please Enter Phone Number

Please Enter First name
Please Enter Last name

Please Enter Password
Re Enter Password Required
Please Choose Address From DropDown
Please Upload Profile Pic
You must agree before submitting.
@endsection @push('vendor-scripts') {{-- --}} @endpush @push('page-scripts') @endpush