@extends('admin.layouts.app') @section('pageTitle')
{{ Lang::get('main.home_page_title') }}
@endsection @section('contentHeader') @endsection @section('content')
{{ Lang::get('main.properties') }}
@if(PerUser('properties_add'))
Add New
@endif
@if(PerUser('properties_view'))
All
Active
Un Active
#
{{ Lang::get('main.title_ar') }}
{{ Lang::get('main.description_ar') }}
{{ Lang::get('main.title_en') }}
{{ Lang::get('main.description_en') }}
{{ Lang::get('main.image') }}
{{ Lang::get('main.active') }}
{{ Lang::get('main.action') }}
@endif
@endsection @section('scriptCode') @if(PerUser('properties_view')) @endif @endsection