@extends('layouts.app') @section('title', 'Tambah Roles Akses') @section('content')

Tambah Roles & Permission

Tambah Pengguna

@if (count($errors) > 0)
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@method('post') @csrf
Name:
Assign Permissions
Check All Permission
@foreach ($permissions as $key => $permission)
{{ $key }}
@foreach ($permission as $item) @endforeach
Name Route Guard
{{ $item->desc }} {{ $item->name }} {{ $item->guard_name }}
@endforeach
Batalkan
@stop @push('scripts') @endpush