@extends('layouts.admin.master') @section('title') Role @endsection @push('css') @endpush @section('content') @component('components.breadcrumb') @slot('breadcrumb_title')

{{ __('role.edit_role') }}

@endslot @endcomponent
{{ __('role.edit_role') }}
@csrf @method('patch')

@foreach ($permission as $value)
id, $rolePermissions) ? 'checked' : '' }} />
@endforeach
@push('scripts') @endpush @endsection