@extends("admin.admin_layout.adminlayout") @section("admin_content")
| Id | Store Name | Logo | Store Email | Phone No | Subscription End Date | Visibility | Action |
|
|---|---|---|---|---|---|---|---|---|
| {{ $i++}} | {{ $store->store_name }} |
|
{{ $store->email }} | {{ $store->phone }} | {{ date("d-m-Y",strtotime($store->subscription_end_date)) }} | @if($store->subscription_end_date < date('Y-m-d')) EXPIRED @else {{$store->is_visible == 1 ? "LIVE":"HIDDEN"}} @endif |
|