@extends('layouts.admin') @section('title') @lang('Edit Role Permissions') @endsection @section('breadcrumb')

@lang('Edit Role Permissions : '.$role->name)

@lang('Back')
@endsection @section('content')
@lang('Assign Permissions')
@csrf
@foreach ($permissions as $item)
@endforeach
@endsection @push('script') @endpush