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

{{ $form->name }}

@if(Session::has('message'))
@endif @if( $enableButtons['add'] == 1 ) @endif
@foreach($header as $head) @endforeach
Notice: Undefined variable: enableButtons in D:\xampp\htdocs\salihin-audit-system\resources\views\dashboard\resource\index.blade.php on line 43

Notice: Undefined variable: enableButtons in D:\xampp\htdocs\salihin-audit-system\resources\views\dashboard\resource\index.blade.php on line 46

Notice: Undefined variable: enableButtons in D:\xampp\htdocs\salihin-audit-system\resources\views\dashboard\resource\index.blade.php on line 49

Notice: Undefined variable: datas in D:\xampp\htdocs\salihin-audit-system\resources\views\dashboard\resource\index.blade.php on line 57

Warning: Invalid argument supplied for foreach() in D:\xampp\htdocs\salihin-audit-system\resources\views\dashboard\resource\index.blade.php on line 57
{{ $head->name }}
{!! $pagination !!}
@endsection @section('javascript') @endsection