@php use App\Models\Permission; @endphp @extends('layouts.main') @section('title') PIM | Data Roles @endsection @section('headertitle')

DATA ROLES

@endsection @section('breadcrumb') @endsection {{-- @section('cssatas') @endsection --}} @section('content')

Roles

@if (session('message-success'))
{{ session('message-success') }}
@endif @if (session('message-failed'))
{{ session('message-failed') }}
@endif @if(Permission::where('role', Auth::user()->role)->where('view', 'roles')->where('create', 1)->exists())
{{-- --}}   Add Roles
@endif
ID ROLE CREATED AT UPDATED AT ACTION
@endsection @section('jsbawah') @endsection