@extends('layouts.master') @section('contain')

Post Detail

{{-- --}}
User

{{ $postDetail->user->full_name }}

{{ date('F d Y', strtotime($postDetail->created_at)) }}
{{ $postDetail->location }}

{{ $postDetail->description }}

@endsection