@extends('layouts.dashboard') @section('dashboard')

Clientes

{{ csrf_field() }} {{--
--}}
@include('dashboard.clientes.table-clientes')
@endsection @section('scripts') @endsection