@extends('layouts.main') @section('title') {{__("Custom Fields")}} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
@csrf
{{__("Create Custom Field")}}
@foreach($languages as $key => $lang)
id != 1) required @endif>
@if($lang->id == 1) {{-- Type (Only in English) --}}
@else
{{ __('Field type, min/max length, required and status can only be set in English.') }}
@endif
@if($lang->id != 1) {{ __('Used for translatable field types.') }} @endif
@endforeach
{{__("(use 256 x 256 size for better view)")}}
{{ __('Required') }}
{{ __('Active') }}
@if ($cat_id == 0)
{{__("Category")}}
@foreach ($categories as $category)
@if (!empty($category->subcategories)) @endif
@endforeach
@else @endif
@endsection @section('js') @endsection