@extends('layouts.app') @section('content')
Gift Card Information
@foreach($celebrity as $celeb) @endforeach
Code Description Barcode Action
{{$celeb->discount_code}}

Discount: {{$celeb->discount_percentage}}%

{{$celeb->discount_holder_name}} {!! empty($celeb->discount_barcode) ? ''. "None" .'' : '' .$celeb->discount_barcode.''!!}
   
New Gift Card
@csrf
Discount Code*
Discount *
Description*
Discount Barcode
@endsection