@extends('admin.layouts.master-soyuz') @section('title',__("Edit Category | ")) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{__("Edit Category")}}
{{csrf_field()}} {{ method_field('PUT') }}

@if(@file_get_contents('images/category/'.$cat->icon)) @else @endif

@if(@file_get_contents('images/category/'.$cat->image)) @else @endif


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


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