@extends('frontend.layouts.mobile') @section('title', 'Catalogs - ' . app_name()) @push('head-area') @endpush @section('content')

{{ $data['page']->heading }}

{!! $data['page']->content !!}
@endsection