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

EDIT CATEGORY

@csrf @method('PUT')


@endsection @push('scripts') @endpush