@extends('layouts.app', ['activePage' => 'offer', 'titlePage' => __('')]) @section('content')

{{ __("jamia.offer") }}

image
{{ $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) image @endforeach @endif
@endsection