@extends('Admin.Layout.main_layout') @section('title','View Roles') @section('main_container')

View Roles

Add Roles
@if(!$roles ->isEmpty()) @foreach($roles as $key => $role) @endforeach @else

No Roles Available

@endif
No. Name Actions

Warning: Undefined variable $role in /home/karnava/public_html/center.karnavati.in/resources/views/Admin/manage_role.blade.php on line 85

Warning: Attempt to read property "id" on null in /home/karnava/public_html/center.karnavati.in/resources/views/Admin/manage_role.blade.php on line 85

Warning: Undefined variable $role in /home/karnava/public_html/center.karnavati.in/resources/views/Admin/manage_role.blade.php on line 87

Warning: Attempt to read property "name" on null in /home/karnava/public_html/center.karnavati.in/resources/views/Admin/manage_role.blade.php on line 87
@if($role->name == 'Admin') @else @endif
{{ $roles->links() }}
@endsection