@extends('layouts.app') @section('content')

Restrictii

@if(session('success'))
@endif @if(session('error'))
@endif
Lista cu restrictii
@foreach($restrictions as $restriction) @if($restriction->page) @else @endif @endforeach
#ID Utilizator Pagina Optiuni
#{{$restriction->id}} {{$restriction->user->username}}{{$restriction->page->name}}{{$restriction->submenu->name}}
Formular Adaugare
@csrf @error('user_id') {{$message}}
@enderror @error('page_id') {{$message}}
@enderror
@endsection @push('js') @endpush