@extends('layouts.app', ['activePage' => 'offer', 'titlePage' => __('')])
@section('content')
| {{__("jamia.sl_no")}} |
{{__("jamia.name")}} |
{{__("jamia.loc")}} |
{{__("jamia.valid")}} |
{{__("jamia.image")}} |
{{__("jamia.action") }} |
@foreach ($offers as $offer)
| {{ $i++; }} |
{{ $offer->topic }} |
{{ $offer->location }} |
{{ date('d/m/Y',strtotime($offer->from_dt)) }}-{{ date('d/m/Y',strtotime($offer->to_dt)) }} |
|
|
@endforeach
@endsection
@section('js')
@endsection