@extends('header.header') @section("page-nav-title")

{{__('Roles & Permissions')}}

{{__('Edit role')}}

@endsection @section("content")

{{__('Edit Role')}}

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error("name")
{{$message}}
@enderror

@foreach($permissions as $permission)
id]) || isset($rolePermissions[$permission->id])) checked @endif>
@endforeach
@endsection @section("scripts") @endsection