@extends('layouts.app') @section('title', 'Dashboard') @section('content')

Mostrar {{$singular}}

@include($type .'.form', ['action' => route($type.'.update', $registro->id), 'administrador' => $registro, 'tipo'=>'show']) @endsection