@extends('layouts.admin') @section('content')
{{$listing->postable->title}}

{{config('attr.reports')[$listing->type]}}

{{$listing->description}}

@if($listing->status == 'pending')
@csrf
{{__('Save change')}}
@endif
@endsection