@extends('frontend.layout.app') @section('title', 'Price') @section('description', 'software page meta description') @section('keywords', 'software page meta keywordes') @section('robots', 'software page robots') @section('ogTitle', 'software page og title') @section('ogDescription', 'software page og description') @section('ogImage', 'software page og image') @section('ogUrl', 'software page og url') @section('twitterCard', 'software page twitter card') @section('twitterTitle', 'software page twitter title') @section('twitterDescription', 'software twitter description') @push('css') @endpush @section('content')

MyGPS Software Solutions

@foreach (\App\SoftwarePriceModel::all() as $data) {{ $data->tab_name }} @endforeach @foreach (\App\SoftwarePriceModel::all() as $key => $data) {{-- Software Description --}}
{!! $data->desc !!}
@endforeach {{-- Software Description --}} {{-- --}} {{-- --}} {{-- --}}
@endsection @push('js') @endpush