@extends('layouts.app', ['navbarInSidebar' => true]) @section('title', 'Editar Cliente') @section('content') @include($type .'.form', ['action' => route($type.'.update', $registro->id), 'registro' => $registro, 'tipo'=>'edit']) @endsection