@extends('app._layout') @section('title', 'Galeri') @section('description', 'Harput koleji fotoğraf galerisi') @section('content') Anasayfa Galeri Multimedia @foreach(App\Gorsel::whereIn('id',ayard('orta_bannerlar')->pluck('gorsel_id'))->orderBy('id','desc')->get() as $item) @endforeach @endsection