@extends('website.layouts.master')
@section('title', $title)
@section('pagecss')
@section('content')
@include('website.layouts.title', ['simple'=>true])
@php($dir=(lang()=="en")?"left":"right")
@php($idir=(lang()=="ar")?"left":"right")
@endsection
@section('pagejs')
@endsection