@extends('admin.layouts.master-soyuz') @section('title',__('Edit Subcategory | ')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Edit') }} {{ __('SubCategory') }}
{{csrf_field()}} {{ method_field('PUT') }}
@if(@file_get_contents('images/subcategory/'.$cat->image)) @else @endif
({{__("Please enter description")}})s


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


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