@extends('layouts.default') @section('conteudo')
Pesquisar Perfis
keyboard_backspace
{{ csrf_field()}}
Nome
Pesquisar
add
edit
delete
Nome
@endsection @section('scripts') @include('layouts.datatables', ['carregamento_inicial' => true, 'colunas' => ['nome']]) @endsection