@extends('layouts.app') @section('title', 'Register Gift') @section('heading', 'Register Gift') @section('subheading', 'Register a physical gift item from a donor') @section('topbar_actions') Back to Registry @endsection @section('content')
@csrf
Gift Details
Enter the information about the gift and the donor
@error('item_name'){{ $message }}@enderror
@error('donor_name'){{ $message }}@enderror
@error('donor_phone'){{ $message }}@enderror
Optional: For reporting purposes
@foreach(['pledged' => '⏳ Pledged', 'received' => '📦 Received', 'cancelled' => '✕ Cancelled'] as $val => $lbl) @endforeach
Cancel
@endsection