@extends('admin.layout') @section('content')
| Title | Price ({{$bex->base_currency_text}}) | @if ($bex->recurring_billing == 1)Type | @endifDetails | Featured | Serial Number | Actions | |
|---|---|---|---|---|---|---|---|
| {{strlen(convertUtf8($package->title)) > 30 ? convertUtf8(substr($package->title, 0, 30)) . '...' : convertUtf8($package->title)}} | {{convertUtf8($package->price)}} | @if ($bex->recurring_billing == 1){{$package->duration}} | @endif{{$package->serial_number}} | Edit |