@extends('layouts.frontend.master')
@section('metatags')
@stop
@section('seoPageTitle')
@stop
@section('styles')
@parent
@stop
@section('content')
{{(($lang=='ar')?$pageContent->page_name_arabic:$pageContent->page_name )}}
@stop
@section('scripts')
@parent
@stop