@extends('layouts.app', ['activePage' => 'offer', 'titlePage' => __('')])
@section('content')
{{ $offer->details }}
{{ $offer->topic }}
{{ $offer->location }}
{{ date('d/m/Y',strtotime($offer->from_dt)) }}-{{ date('d/m/Y',strtotime($offer->to_dt)) }}
@if($offerImages != " ")
@foreach ($offerImages as $pic)
@endforeach
@endif
@endsection