@extends('layouts.admin_layout') @section('title') Igloo - Manage Permission @endsection @section('content')

Update Permission

@if(session()->has('status')) {!! session()->get('status') !!} @endif
@csrf
@error('role') {{ $message }} @enderror
{{--@foreach($permission As $key => $value)--}} {{--
--}} {{----}} {{----}} {{--
--}} {{--@endforeach--}}
@endsection @section('script') @endsection