@extends('front/_.app') @section('content')

{{ $photoLibrary->title }}

{{ $photoLibrary->description }}

@foreach($photoLibrary->lines as $line) @endforeach
{{-- Right bar page--}} @include('front._.rightBarPage')
@endsection