@extends('layout.app') @section('title', __('new_customer')) @section('content')
@csrf
@include('customer.form')
@endsection