@extends('layouts.default') @section('title') @push('header_extras') @endpush @section('content')
Custom Formulations Program Plans
@if($categoryData)
@forelse($categoryData->packages as $key=>$package)
{{env('DV_CURRENCY_SYMBOL')}}
{{$package->price}}
{{$package->name}}
{{$package->title}}
{{$package->short_description}}
@foreach((array)$package->description as $dk=>$d)
{{str_replace(";",",",$d)}}
@endforeach
Get Started
@empty @endforelse
@endif
@endsection @push('script') @if (session('error'))
×
{{ session('error') }}
@endif @if (session('success'))
×
{{ session('success') }}
@endif @endpush @push('footer_extras') @endpush