@extends('layout') @section('title') Category @endsection @section('content')

Edit Category

@include('flash-message')

{{ $CategoryName }}

@method('PUT') @csrf
@endsection @section('script') @endsection