@extends('layouts.admin') @section('css') @endsection @section('admin')
| Name | @if($type == 'profile-short')Profile Short ID | @elseImage | @endifValidity | Action |
|---|---|---|---|---|
| {{$gift->gift_name}} |
@if($type == 'profile-short')
{{ $gift->profile_short_id }}
@else
@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
@endif
|
{{$gift->gift_validity}} Days |