@extends('components.app') @section('styles') @endsection @section('title') Manage Subscriptions @endsection @section('content')
{{--

Add User

--}}
Placeholder32x32

Manage Subscriptions

dashboard > manage subscriptions
@foreach ($data as $item) @endforeach
#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
@if(!empty($data)) {{ $data->links() }} @endif
@endsection