@extends('admin.layouts.app') @section('title', 'Gift Detail') @section('content')
{{ $gift->name }}
{{ $gift->description }}
{{ $gift->price }}