@extends('layouts.app') @section('title', 'Create Category') @section('content')

Edit Category

@csrf
{{ $cat->name }}
@endsection