@extends('layouts.default') @section('title') @push('header_extras') @endpush @section('content')

Private Label Program Plans

@if($categoryData) @forelse($categoryData->packages as $key=>$package)

{{$package->name}}

{{$package->short_description}}
@foreach((array)$package->description as $dk=>$d)

{{str_replace(";",",",$d)}}

@endforeach

{{env('DV_CURRENCY_SYMBOL').$package->price}}

@empty @endforelse @endif
@endsection @push('script') @if (session('error')) @endif @if (session('success')) @endif @endpush @push('footer_extras') @endpush