@extends('layouts.app') @section('content')
| SL | Date | Service | Title | Type | Amount | Status | Action | |
|---|---|---|---|---|---|---|---|---|
| {{ $info->results->firstItem() + $key }} | {{ $row->created }} | {{ $row->service->title }} | {{ $row->title }} | {{ strFilter($row->type) }} | @if ($row->yearly > 0){{ sprintf("$%0.2f", $row->yearly) }} | @else{{ sprintf("$%0.2f", $row->monthly) }} | @endif{{ $row->is_recommended == 1 ? 'Recommended' : '' }} |