@extends('admin.layouts.app') @section('title', 'Edit Category') @section('page-title', 'Edit Category') @section('content')
@csrf @method('PUT')
@if($category->image_base64)
{{ $category->name }}
@endif

Leave empty to keep current image

Cancel
@endsection @push('scripts') @endpush