@extends('layouts.frontend.app') @section('title', 'Calculator' ) @section('style') @endsection @section('script') @endsection @section('page-banner') Buy Sell Home Calculators Buy Sell @endsection @section('content') Transaction Type Buy Sell Investor Type Individual Institutional No. of units Buying Price Selling Price Calculators @php $calcMenu = PageHelper::getMenu("calculator-menu"); @endphp @if(isset($calcMenu) && !empty($calcMenu)) @foreach($calcMenu['parent'] as $item) {!! $item['title'] !!} @endforeach @endif @endsection