@extends('admin/layouts/default') @section('title') {{Lang::get('property.properties')}} @parent @stop {{-- Page content --}} @section('content') {{Lang::get('property.properties')}} {{Lang::get('general.dashboard')}} {{Lang::get('property.properties_list')}} @include('flash::message') {{Lang::get('property.litigation_properties_list')}} @include('admin.properties.litigation-properties-table') @stop