@extends('layouts.app') @section('title', 'Nuevo cliente') @section('content')
@includeif('partials.errors')
@csrf @include('cliente.form')
@stop