@extends('layouts.master') @section('content') @section('title') @lang('translation.Form_Layouts') @endsection @section('css') @endsection @section('content') @include('components.breadcum')
@csrf {!! success_error_view_generator() !!} {!! get_error_html($errors) !!}
@foreach($fields as $key=>$field) @if(in_array($field['type'],['text','number','email','url','file'])) @if($field['unique_name'] != 'ADMIN_MOBILE')
@if($field['type'] == 'file')
image
@else
@endif
@endif @elseif($field['type']=="select"&&!empty($field['options']))
@endif @endforeach
@endsection @section('script') @endsection