@extends('resource.edit') @php $links['back'] = guard_url('realestate/property'); $links['form'] = guard_url('realestate/property') . '/' . $property->getRouteKey(); @endphp @section('icon') @stop @section('title') {!! __('realestate::property.title.main') !!} @stop @section('sub.title') {!! __('realestate::property.title.edit') !!} @stop @section('breadcrumb')