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

Add {{ $form->name }}

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

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

Notice: Undefined variable: column in D:\xampp\htdocs\salihin-audit-system\resources\views\dashboard\resource\create.blade.php on line 67

Notice: Trying to get property of non-object in D:\xampp\htdocs\salihin-audit-system\resources\views\dashboard\resource\create.blade.php on line 67

Notice: Undefined variable: column in D:\xampp\htdocs\salihin-audit-system\resources\views\dashboard\resource\create.blade.php on line 74

Notice: Trying to get property of non-object in D:\xampp\htdocs\salihin-audit-system\resources\views\dashboard\resource\create.blade.php on line 74

Notice: Undefined variable: column in D:\xampp\htdocs\salihin-audit-system\resources\views\dashboard\resource\create.blade.php on line 82

Notice: Trying to get property of non-object in D:\xampp\htdocs\salihin-audit-system\resources\views\dashboard\resource\create.blade.php on line 82

Notice: Undefined variable: column in D:\xampp\htdocs\salihin-audit-system\resources\views\dashboard\resource\create.blade.php on line 82

Notice: Trying to get property of non-object in D:\xampp\htdocs\salihin-audit-system\resources\views\dashboard\resource\create.blade.php on line 82

Notice: Undefined variable: column in D:\xampp\htdocs\salihin-audit-system\resources\views\dashboard\resource\create.blade.php on line 86

Notice: Trying to get property of non-object in D:\xampp\htdocs\salihin-audit-system\resources\views\dashboard\resource\create.blade.php on line 86

Notice: Undefined variable: column in D:\xampp\htdocs\salihin-audit-system\resources\views\dashboard\resource\create.blade.php on line 92

Notice: Trying to get property of non-object in D:\xampp\htdocs\salihin-audit-system\resources\views\dashboard\resource\create.blade.php on line 92

Not recognize field type:

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