@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 Image')}})


({{__("If enabled than Category will be featured")}})


({{__("Please Choose Status")}})
@endsection @section('custom-script') @endsection