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

Edit BREAD

@if(Session::has('message'))
@endif
@csrf @method('PUT')
read == 1 ) checked @endif >
edit == 1 ) checked @endif >
add == 1 ) checked @endif >
delete == 1 ) checked @endif >

Assign to roles:

@foreach($roles as $role)

Notice: Undefined variable: formRoles in D:\xampp\htdocs\salihin-audit-system\resources\views\dashboard\form\edit.blade.php on line 96

Warning: Invalid argument supplied for foreach() in D:\xampp\htdocs\salihin-audit-system\resources\views\dashboard\form\edit.blade.php on line 96

Notice: Undefined variable: role in D:\xampp\htdocs\salihin-audit-system\resources\views\dashboard\form\edit.blade.php on line 106

Notice: Undefined variable: role in D:\xampp\htdocs\salihin-audit-system\resources\views\dashboard\form\edit.blade.php on line 107
@endforeach
@foreach($formFields as $field)
{{ $field->column_name }}
@if($field->browse == 1) @else @endif
@if($field->read == 1) @else @endif
@if($field->edit == 1) @else @endif
@if($field->add == 1) @else @endif
@endforeach Return
@endsection @section('javascript') @endsection