@extends('admin.layouts.app') @section('title', 'Edit Category') @section('content')
@csrf @method('PUT')
@if($category->image)@endif
@endsection