@extends('frontend.layouts.app') @section('title') Photo Albums @stop @section('content')
{{ Str::of($album->name)->limit(300) }}