@extends('layouts.customer') @section('content')
{{ $message }}
| # | Title | Description | Points | {{--Expiry | --}}Status | {{--Expiry Type | --}}Action |
|---|---|---|---|---|---|---|---|
| {{ ++$i }} | {{ $tier->title }} | {{ $tier->description }} | {{ $tier->min_points }} | {{--{{ date('M d, Y',strtotime($tier->expiry)) }} | --}}@if( $tier->status == '1' ) {{ 'Published' }} @else {{ 'Draft' }} @endif | {{--@if( $tier->expiry_type == '1' ) {{ 'Expiry' }} @else {{ 'During' }} @endif | --}}
|