@extends('frontend.layouts.app') @section('title') Albums @stop @section('content') @if (\App::getLocale() == 'my') @else @endif
@foreach ($albums as $album)
cover_image {{ $album->id }}

{{ $album->name }}

{{-- image-{{ $article->slug }} --}}
@endforeach
@stop