@extends('layouts.app') @section('titlePage', 'Manage Page') @section('content')
Roles and Permissions
@include('common.alert')
@foreach ($data as $value) @endforeach
Role Id Role Name Code Description Status Action
{{ $value->id }} {{ $value->name }} {{ $value->code }} {{ $value->description }} @if ($value->status == 0) Deactivated @else Active @endif Edit
{{-- Pagination --}}
@endsection