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

{{$xml->title}}

@foreach($xml->fields->field as $form) @if ($form->attributes()->category=='calendar') @endif @if ($form->attributes()->category=='text') @endif @if ($form->attributes()->category=='dropdown') @endif @if ($form->attributes()->category=='checkbox')
@endif @endforeach
@endsection