@extends('layouts.admin') @section('heading','Listing '.$listing->listing_id) @section('content')
MLS key
{{ $listing->listing_key }}
Status
{{ $listing->standard_status }}
Property
{{ $listing->property_sub_type }}, {{ $listing->city }}
@csrf @method('put')
@endsection