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

Show {{ $form->name }}

@foreach($columns as $column) @endforeach
{{ $column['name'] }}
Notice: Undefined variable: column in D:\xampp\htdocs\spsaudit-p1.dev\resources\views\dashboard\resource\show.blade.php on line 28

Notice: Undefined variable: column in D:\xampp\htdocs\spsaudit-p1.dev\resources\views\dashboard\resource\show.blade.php on line 30

Notice: Undefined variable: column in D:\xampp\htdocs\spsaudit-p1.dev\resources\views\dashboard\resource\show.blade.php on line 32
Return
@endsection @section('javascript') @endsection