@extends('layout.app') @section('content')

Create Customer

List
@csrf @method("PATCH") @include('customers.form')
@endsection