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

Crear {{$singular}}

@include($type .'.form', ['action' => route($type.'.store'), 'tipo'=>'create']) @endsection