@extends('layouts.app') @section('style') @endsection @section('content') Sejarah PSMTI @foreach($sejarah AS $key => $value) {{$value->judul}} @if($key % 2 == 0) @if($value->foto!=null) @endif @else @if($value->foto!=null) @endif @endif @endforeach @endsection @section('javascript') @endsection