@extends('frontend.layouts.master') @section('title') {{ucwords(@$singleAlbum->name)}} | Album @endsection @section('css') @endsection @section('content')
@if(count(@$singleAlbum->gallery) > 0) @endif
@endsection @section('js') @endsection