@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

{{trans('labels.roles')}}

@endsection @section('content')
@method('patch') @csrf
@error('name') {{ $message }} @enderror
@foreach($option as $key => $permissions)
@foreach($permissions as $permission)
@endforeach
@endforeach
@endsection @section('script') @endsection