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

Edit {{ $form->name }}

@if(Session::has('message'))
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT') @foreach($columns as $column)
Notice: Undefined variable: inputOptions in D:\xampp\htdocs\server-audit\spsaudit\resources\views\dashboard\resource\edit.blade.php on line 42

Warning: Invalid argument supplied for foreach() in D:\xampp\htdocs\server-audit\spsaudit\resources\views\dashboard\resource\edit.blade.php on line 42

Notice: Undefined variable: column in D:\xampp\htdocs\server-audit\spsaudit\resources\views\dashboard\resource\edit.blade.php on line 80

Notice: Undefined variable: column in D:\xampp\htdocs\server-audit\spsaudit\resources\views\dashboard\resource\edit.blade.php on line 91

Notice: Undefined variable: column in D:\xampp\htdocs\server-audit\spsaudit\resources\views\dashboard\resource\edit.blade.php on line 103

Notice: Undefined variable: column in D:\xampp\htdocs\server-audit\spsaudit\resources\views\dashboard\resource\edit.blade.php on line 103

Notice: Undefined variable: column in D:\xampp\htdocs\server-audit\spsaudit\resources\views\dashboard\resource\edit.blade.php on line 111

Notice: Undefined variable: column in D:\xampp\htdocs\server-audit\spsaudit\resources\views\dashboard\resource\edit.blade.php on line 117

Not recognize field type:

@endforeach Return
@endsection @section('javascript') @endsection