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


(If enabled than Category will be featured)


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