@extends('layouts.app') @section('content')
@method("POST")

{{__("labels.hobby_edit_heading")}}

{{--

{{__("labels.hobby_crud_heading")}}

--}}
{{__("buttons.cancel")}}
{{__("labels.hobby_create_title")}}
@error('name') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@endsection