@extends("backend.layouts.app")
@section("title")
View Package - {{ $package->name }}
@endsection
@section("breadcrumbs")
Price: AUD {{ $package->price }}
Billing Cycle: {{ ucfirst($package->billing_cycle) }}
Status: {{ ucfirst($package->status) }}
About: {{ $package->about }}