@extends('admin.layout.app') @section('title') {{ $prize->name ?? "Show Prize" }} @endsection @section('header')

Home - Prize Management

@endsection @section('content')
{{ __('Show') }} Prize
Prize Information
Name: {{ $prize->name }} Description: {{ $prize->description }}
Winner Information
Quantity: {{ $prize->quantity }} Value: {{ $prize->value }} Rank: {{ $prize->rank }}
@endsection