@extends('backend.layouts.master') @section('title') {{ucwords(@$album->name)}} | Album Gallery @endsection @section('css') @endsection @section('content')

{{ucwords(@$album->name)}} Album

Add image in {{ucwords(@$album->name)}} Album

Note* Please add the images(760 * 650px) in the multiplication of 2 (like 2, 4, 6) for perfect design

Upload your Images

{!! Form::open(['url'=>route('album-gallery.update', @$album->id),'method'=>'PUT','class'=>'dropzone','id'=>'myDropzone','enctype'=>'multipart/form-data']) !!}

Drop files here or Click to Upload

{!! Form::close() !!}
@endsection @section('js') @endsection