@extends('admin.master') @section('title', @trans('Subscription')) @section('content')
| # | @trans('Name') | @trans('Email') | @trans('Phone') | @trans('Created At') | @trans('Settings') | |
|---|---|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{ @$item->name }} | {{ $item->email }} | {{ @$item->phone }} | {{ $item->created_at->diffForHumans() }} |
|
|
| @trans('No subscription found') | ||||||