@extends('layouts.admin') @section('content')
@include('includes.admin.form-both')
{{csrf_field()}}

{{ __('Select Type') }} *

Main Category / Subcategory / Childcategory

{{ __('Relatable Type') }} *

Relatable Category / Subcategory / Childcategory

Searching Type

search_type == 'random' ? 'checked' : ''}}>
search_type == 'keyword' ? 'checked' : ''}}>
@endsection @section('scripts') @endsection