@extends('site.inner') @section('title') {{ label('lbl_library_and_archive') }} @endsection @section('breadcrumb') @endsection @section('content')
{{-- --}} {{-- --}} {{-- {{ breadcrumb() }}--}}
{{--

{{ label('lbl_school_library') }}

--}} @if($physicalLibrary)
{{ $physicalLibrary->title }}

{{ $physicalLibrary->content }}

@if(isset($latestPhysicalLibraryPhoto->filename)) {{ $physicalLibrary->title }} @endif
@endif
@if($digitalLibrary)
@if(isset($latestDigitalLibraryPhoto->filename)) {{ $latestDigitalLibraryPhoto->filename }} @else Image @endif
{{ $digitalLibrary->title }}

{{ $digitalLibrary->content }}

@endif
@if($archive)
{{ $archive->title }}

{{ $archive->content }}

@if(isset($latestArchivePhoto->filename)) {{ $latestArchivePhoto->filename }} @endif
@endif
@stop