@extends('layouts.master') @section('content')
Customer list Add Customer {{-- Forms --}} {{-- Form Layouts --}}

Add Customer Back to Customer

Add Customer Details
@if (count($errors) > 0)
@foreach ($errors->all() as $error) @endforeach
@endif
@csrf
Add Account Details

Back
@endsection @push('scripts') @endpush