@extends('admin/layouts/default') @section('title') {{Lang::get('property.properties')}} @parent @stop {{-- Page content --}} @section('content')

{{Lang::get('property.properties')}}

@include('flash::message')

{{Lang::get('property.litigation_properties_list')}}


@include('admin.properties.litigation-properties-table')
@stop