@extends('frontend.layout.master') @section('content')
@if($motgageDetail->endDate == '')
Unlimited
@else @if($carbon<=($motgageDetail->endDate.' '.$motgageDetail->endTime))
{{$carbon->diffInSeconds($motgageDetail->endDate.' '.$motgageDetail->endTime) }}
@else
00Days 00:00:00
@endif @endif
@foreach($smallImage as $val) @endforeach
@if(Auth::user()['role_id']==2) @endif @if($motgageDetail->parent_catid==1)

Location

Posted By {{$motgageDetail->user['name']}} / 21st Dec 2018
@endif
@endsection