@extends('layouts.main') @section('content')
@csrf
@error('hour_spent') {{ $message }} @enderror
@endsection @section('javascript') @endsection