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