@extends('layouts.admin') @section('content')
|
{{__('Heading')}}
|
|
|---|---|
|
{{$listing->title}}
{{Str::limit($listing->overview,80)}}
|