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

@yield('title')

@endsection @section('content')
@csrf
{{__("Create Custom Field")}}
{{__("This will be applied only for")}}: {{__("text").",".__("number")}} {{__("and")}} {{__("textarea")}} .
{{__("This will be applied only for")}}: {{__("text").",".__("number")}} {{__("and")}} {{__("textarea")}} .
{{__("(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