@extends('layouts.index') @section('title') Role @endsection @section('css') @endsection @section('content')

Role

Role

List of Role

@csrf @include('role.table_load')
Add Data

Add Role

@foreach ($permission as $item)
@endforeach
Edit Data

Edit Role

@foreach ($permission as $item)
@endforeach
@endsection @section('js') @endsection