@extends('admin.layouts.master-soyuz') @section('title','Edit Category | ') @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __("Category") }} @endslot @slot('menu2') {{ __("Edit Category") }} @endslot @slot('button')
Back
@endslot @endcomponent
@if ($errors->any()) @endif
Edit Category
{{csrf_field()}} {{ method_field('PUT') }}
(Please Enter Description)
@if($cat->image != '') @if(file_exists(public_path().'/images/category/'.$cat->image) ) @else @endif @else @endif
Upload
(Please choose a Image)
{{ __('Max file size:') }} : {{__("200 kb")}}


(If enabled than Category will be featured)


(Please Choose Status)
@endsection @section('custom-script') @endsection