@extends('adminlte::page') @section('template_title') {{ __('Create') }} Cliente @endsection @section('content')
{{ __('Create') }} Cliente
@csrf @include('cliente.form')
@endsection