@extends('master.index') @section('content')
{{ t('Contact/Hire Me') }}
{{ t('by') }}: {{ $post->user->fullname }} @if(auth()->check() && auth()->user()->id == $post->user->id) | {{ t('Edit') }} @endif