@extends('admin.layout') @section('content')
Packages
@if (!empty($langs)) @endif
Add Package
@if (count($packages) == 0)

NO PACKAGE FOUND

@else
@if ($bex->recurring_billing == 1) @endif @foreach ($packages as $key => $package) @if ($bex->recurring_billing == 1) @endif @endforeach
Title Price ({{$bex->base_currency_text}})TypeDetails Featured Serial Number Actions
{{strlen(convertUtf8($package->title)) > 30 ? convertUtf8(substr($package->title, 0, 30)) . '...' : convertUtf8($package->title)}} {{convertUtf8($package->price)}} {{$package->duration}}
@csrf
{{$package->serial_number}} Edit
@csrf
@endif
@endsection @section('scripts') @endsection