@extends('dashboard.layouts.master') @section('pageTitle', 'Edit Category') @section('content')

Edit Category: {{ $category->name }}

@csrf @method('PUT')
@if($category->image_url)
Category Image
@endif

@endsection