@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(@file_get_contents('images/subcategory/'.$cat->image)) @else @endif
Browse
(Please choose image)


(If enabled than Subcategory will be Featured)s


(Please choose status)
@endsection @section('custom-script') @endsection