@extends('lap::layouts.auth') @section('title', 'Roles') @section('child-content')

@yield('title')

@can('Create Roles') Create Role @endcan
{!! $html->table() !!}
@endsection @push('scripts') {!! $html->scripts() !!} @endpush