@extends('layout.master') @section('css') @endsection @section('main_content')

Edit Category

@if(auth()->user()->can('categories.index')) Back @endif
@method('patch') @csrf

@if(isset($Category->image) && $Category->image!='') @endif
@endsection @section('scripts') @endsection