@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 }}

@foreach($pricing_plans as $row) @endforeach
@endsection