@extends('layouts.app') @section('title') Roles @endsection @section('content')
@include('flash::message')
@include('roles.table')
@endsection @section('scripts') @endsection