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