@extends('layouts.app') @push('styles') @endpush @section('title') Roles @endsection @section('page_header') @endsection @section('content') @include('role.create') @include('role.update')
City Table
ID Name Permissions Active Created At Action
@endsection @push('scripts') @include('role.script') @endpush