@extends('adminlte::page') @section('title', "$title") @section('content_header')
Cadastrar Novo Cliente
@stop @section('content')
@csrf @include('app.pages.customers._partials.form')
@stop