@extends('layouts.default') {{-- Page title --}} @section('title') Clientes @parent @stop @section('content')

Clientes

@include('flash::message')
Clientes
Add New
@include('clientes.table')
@include('adminlte-templates::common.paginate', ['records' => $clientes])
@endsection