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

{{$xml->title}}

Edit Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum @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') @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