@extends('layouts.admin') @section('content')

Categorie {{ $category->name }}

@csrf @method($category->exists ? 'PUT' : 'POST')
@endsection