@extends('backend.layouts.app') @section('title', 'Edit Categories') @push('styles') @endpush @section('content')
arrow_back BACK

EDIT CATEGORY

@csrf @method('PUT')
@if(Storage::disk('public')->exists('category/thumb/'.$category->image))
{{$category->name}}
@endif
@endsection @push('scripts') @endpush