@extends('common::layouts.master') @section('gallery-aria-expanded') aria-expanded="true" @endsection @section('gallery-show') show @endsection @section('gallery') active @endsection @section('albums-active') active @endsection @section('content')
@if(session('error'))
{{session('error')}}
@endif @if(session('success'))
{{session('success')}}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{!! Form::open(['route'=>'update-album','method' => 'post', 'enctype' => "multipart/form-data"]) !!}

{{ __('update_album') }}


@if(isFileExist(@$album, $result = @$album->thumbnail)) @endif
{!! Form::close() !!}
@section('script') @endsection @endsection