@extends('layouts.app') @section('title') {{__('messages.roles')}} @endsection @section('page_css') @endsection @section('content')
@include('flash::message')
@include('roles.table')
@endsection @section('page_js') @endsection @section('scripts') @endsection