@extends('admin.layout') @if(!empty($abs->language) && $abs->language->rtl == 1) @section('styles') @endsection @endif @section('content')
Input Fields
@if (!empty($langs)) @endif

** Do not create Name & Email input field, it will be in the Package Order form By default.

@if (count($inputs) > 0) @foreach ($inputs as $key => $input) {{-- input type text --}} @if ($input->type == 1)
{{csrf_field()}}
@elseif ($input->type == 2)
{{csrf_field()}}
@elseif ($input->type == 3)
{{csrf_field()}}
@foreach ($input->package_input_options as $key => $option)
@endforeach
@elseif ($input->type == 4)
{{csrf_field()}}
@elseif ($input->type == 6)
{{csrf_field()}}
@elseif ($input->type == 7)
{{csrf_field()}}
@elseif ($input->type == 5)
{{csrf_field()}}
@endif @endforeach @endif {{--
--}}
Create Input
{{csrf_field()}}

@endsection @section('vuescripts') @endsection