@extends('layouts.app') @section('title', 'Add Customer') @section('page-title', 'Add Customer') @section('breadcrumbs') @endsection @section('content')
@csrf @include('customers._form')
@endsection