@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)s
(Please enter description)s
@if($cat->image) @if(@file_get_contents('images/subcategory/'.$cat->image)) @else @endif @else @endif
Upload
(Please choose image)
{{ __('Max file size:') }} : {{__("200 kb")}}


(If enabled than Subcategory will be Featured)s


(Please choose status)
@endsection