@extends('pages.outer_user.tabs') @section('data') @section('breadcrumbs') {{ Breadcrumbs::render('add') }} @endsection
@csrf

{{$xml->title}}

@foreach($xml->fields->field as $form) @if(($form->step=='1' || $form->step=='1,2' || $form->step=='1,2,3') && $form->mandatory != '2' ) @if ($form->attributes()->category=='dropdown')
( ! ) Notice: Undefined variable: form in C:\wamp64\www\cportal\resources\views\pages\outer_user\add_case.blade.php on line 39
Call Stack
#TimeMemoryFunctionLocation
10.0090417464{main}( )...\add_case.blade.php:0

( ! ) Notice: Trying to get property 'input_name' of non-object in C:\wamp64\www\cportal\resources\views\pages\outer_user\add_case.blade.php on line 39
Call Stack
#TimeMemoryFunctionLocation
10.0090417464{main}( )...\add_case.blade.php:0
@endif @if ($form->attributes()->category=='dropdown-multiple') @endif @if ($form->attributes()->category=='text') @endif @if ($form->attributes()->category=='file') @endif @if ($form->attributes()->category=='calendar') @endif @if ($form->attributes()->category=='textarea')
@endif @if ($form->attributes()->category=='time') @endif @if ($form->attributes()->category=='datetime') @endif @if ($form->attributes()->category=='checkbox')
@endif @endif @endforeach
@if(isset($_GET['result'])) @endif @endsection