@extends('components.app') @section('styles') @endsection @section('title') Manage Subscriptions @endsection @section('content')
| #id | user | From | To | Notify | Expired | action |
|---|---|---|---|---|---|---|
| {{$item->id}} | {{$item->user_name}} | {{$item->from}} | {{$item->to}} | @if ($item->notifiy == 1) True @else False @endif | @if ($item->expired == 0) Active @else Expired @endif |