@extends('layouts.admin') @section('title') @lang('Create New Role') @endsection @section('breadcrumb')

@lang('Create New Role')

@lang('Back')
@endsection @section('content')
@csrf
@lang('Assign Permissions')

@foreach ($permissions as $item)
@endforeach
@endsection @push('script') @endpush