@extends('layouts.master') @section('title') {{ __('manage') . ' ' . __('form-fields') }} @endsection @section('content')

{{ __('create') . ' ' . __('form-fields') }}

{{-- Option Section --}} {{-- End Of Option Section --}} {{-- File Upload Option Section --}} {{--


--}} {{-- End of File Upload Option Section --}}

{{ __('list') . ' ' . __('form-fields') }}

{{ __('id') }} {{ __('no.') }} {{ __('name') }} {{ __('type') }} {{ __('is').' '.__('required') }} {{ __('Default Values') }} {{ __('other') }} {{ __('rank') }} {{ __('action') }}
{{ __('draggable_rows_notes') }}
{{-- Preview Fields Model --}} @endsection @section('script') @endsection