@extends('dashboard.master') @section('title', 'Assign Permissions') @push('css') {{-- DataTables --}} @endpush @section('content')
Assign Permissions — Role: {{ $role->name }}
Back
{{-- Search + Count --}}
Checked: 0 Total: 0
{{-- Permissions Form --}}
@csrf {{-- DataTables-like container (we'll fake it with client-side filter) --}}
@forelse ($permissions as $module => $perms)
{{ $module }} ({{ $perms->count() }})
@foreach ($perms as $p)
@endforeach
@empty
No permissions defined.
@endforelse
@endsection @push('js') {{-- jQuery + Bootstrap (থাকলে ডুপ্লিকেট কোরো না) --}} {{-- Toastr --}} @endpush