@lang('data.ads')
{{$row->title}}
{{$row->city->name[App::getLocale()]}}
{{$row->user->name}}
{{\Carbon\Carbon::parse($row->created_at)->diffForHumans()}}
@extends('web.layouts.master') @section('contents')
{{$row->city->name[App::getLocale()]}}
{{$row->user->name}}
{{\Carbon\Carbon::parse($row->created_at)->diffForHumans()}}