@extends('front.layouts.master') @section('seo_title', $global_other_page_items->page_pricing_seo_title) @section('seo_meta_description', $global_other_page_items->page_pricing_seo_meta_description) @section('content') {{ $global_other_page_items->page_pricing_title }} {{ __('Home') }} {{ $global_other_page_items->page_pricing_title }} @foreach($pricing_plans as $row) {{ $row->plan_name }} {!! nl2br($row->description) !!} {{ $global_setting->currency_symbol }}{{ $row->price }}/{{ $row->period }} {{ __('All Basic Services Include') }} @php $options = explode(',', $row->options); @endphp @foreach($options as $option) {{ $option }} @endforeach {{ $row->button_text }} @endforeach @endsection