@extends('layouts.baseprocrud') @section('content') @if( Session::get('perfilAdmin')) @include('cliente._top') @endif

Agregar Cliente

{{ method_field('POST') }} {{ csrf_field() }}
@include('cliente.campos')
@endsection @section('scripts') {!!Html::script('js/clientes.js')!!} @endsection