@extends('layouts.adminapp') @section('content') {{-- Duration Edit--}}
@csrf @method('patch')

Edit Durations

@error('title')
{{ $message }}
@enderror
@error('amount')
{{ $message }}
@enderror
{{--

Enter your next TODO

@csrf
Back --}} @endsection