@extends('backend.layouts.app') @section('breadcrumb') @endsection @section('content')
{{ __('Add Album') }}
{!! Form::open(['route' => 'admin.albums.store', 'files' => true]) !!} @include('backend.forms.album') {!! Form::close() !!}
@include('backend.forms.imagecrop') @endsection