@extends('frontend.layout.master') @section('title') FSBM | {{ucfirst($slug->title)}} @endsection @section('keyword') {!!strip_tags($slug->meta_keyword)!!} @endsection @section('description') {!!strip_tags($slug->meta_desc)!!} @endsection @section('content')
@if($motgageDetail->endDate == '')
Open
@else @if($carbon<=($motgageDetail->endDate.' '.$motgageDetail->endTime))
{{$carbon->diffInSeconds($motgageDetail->endDate.' '.$motgageDetail->endTime) }}
@else
00 Days 00:00:00
@endif @endif
@foreach($smallImage as $val) @endforeach
@if(Auth::user()['role_id']==2)
@endif

Location

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