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

Create customer

List
@csrf @include('customers.form')
@endsection