<?php

return [
    'pages' => [
        'all' => 'All Pages',
        'homepage' => 'Homepage',
        'about-us' => 'About Us',
        'contact-us' => 'Contact Us',
        'blogs' => 'Blogs',
        'single-blog' => 'Single Blog',
        'off-plan' => 'Off Plan',
        'property-listings' => 'Property Listings',
        'single-property' => 'Single Property',
       
    ],
];