@extends('admin.main') @section('content') @if(auth()->user() && auth()->user()->role == 'admin')

Loyalty Program

0/3 Active Campaigns
@foreach ($orders as $order)
Thank you for using Time Link:

Uniquely matrix economically sound value through cooperative technology.

Card Name

{{ $order->card_name }}

Count

{{ $order->count }}

Website Url

{{ $order->website_url }}

@endforeach
@else @endif @endsection @section('scripts') @endsection