@extends('admin.layouts.master-soyuz') @section('title',__('Edit Subcategory | ')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __("Subcategory") }} @endslot @slot('menu2') {{ __("Edit Subcategory") }} @endslot @slot('button')
{{ __("Back") }}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __("Edit Subcategory") }}
{{csrf_field()}} {{ method_field('PUT') }}
({{__("Please Choose Parent Category")}})
({{__("Please enter description")}})s
@if(@file_get_contents('images/subcategory/'.$cat->image)) @else @endif
{{ __('Browse') }}
({{ __('Please choose image') }})


({{__('If enabled than subcategory will be Featured')}})


({{__("Please choose status")}})
@endsection @section('custom-script') @endsection