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

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

@csrf


@if(count($offerImages) != 0) @foreach($offerImages as $img) @endforeach @endif
image

@endsection @section('js') @endsection