@extends('admin.layout') @if(!empty($abs->language) && $abs->language->rtl == 1) @section('styles') @endsection @endif @section('content')
** 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) @elseif ($input->type == 2) @elseif ($input->type == 3) @elseif ($input->type == 4) @elseif ($input->type == 6) @elseif ($input->type == 7) @elseif ($input->type == 5) @endif @endforeach @endif {{-- --}}