@extends('back.layouts.app', ['title' => $title]) @section('beforeHeadClose') @endsection @section('content')
@include('back.common_views.quicklinks')

{{ $album_name }} Gallery

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif
Upload Image(s)

{{ csrf_field() }}
Max : {{ getMaxUploadSize() }} MB
Is Before After?
@forelse($images as $image) @if ($image->isBeforeAfterHaveTwoImages == 0)
@if ((bool) $image->isBeforeAfter == false) Mark Before After @endif
@else
Before
After
@if ((bool) $image->isBeforeAfter == false) Mark Before After @endif
@endif @empty
There is no image found in the album.
@endforelse
@endsection('content') @section('beforeBodyClose') @include('back.gallery.gallery_js') @endsection