{{-- resources/views/pages/mobile-app.blade.php --}} @extends('layouts.page') @section('title', 'Mobile App - PangoQ') @section('page-title', 'Mobile App') @section('page-subtitle', 'Take PangoQ with you everywhere you go') @section('content')

This is the mobile app page

Here we'll showcase our mobile application for iOS and Android devices.

@endsection