@extends('layouts.admin') @section('css') @endsection @section('admin')
| Name | Image | Validity | Purchase Coin | Status | Action |
|---|---|---|---|---|---|
| {{$gift->gift_name}} |
@if(!empty($gift->gift_file) && file_exists($gift->gift_file))
@php
$ext = strtolower(pathinfo($file, PATHINFO_EXTENSION));
@endphp
@if($ext === 'svga')
@else
{{-- Regular raster/image --}}
@endif
|
{{ $gift->gift_validity }} Days | {{ $gift->gift_purchase_coin }} Coins | {{$gift->is_active == 1 ? 'Active' : 'In-Active'}} |