@extends ('backend.layouts.app') @section ('title', app_name() . ' | ' . __('mobilegallery::labels.backend.mobilegallery.management')) @push('after-styles') {{ style('/js/plugin/dropzone/basic.min.css') }} {{ style('/js/plugin/dropzone/dropzone.min.css') }} @endpush @section('content')

{{ __('mobilegallery::labels.backend.mobilegallery.management') }} {{ __('mobilegallery::labels.backend.mobilegallery.list') }}

{{ html()->form('POST', route('admin.mobilegallery.mobilegallery_image')) ->attribute('enctype', 'multipart/form-data') ->class('dropzone dropzone-file-area') ->attribute('id','my-awesome-dropzone') ->attribute('role','form') ->open() }}

Drop files here or click to upload photo(640px,1136px)

{{ html()->closeModelForm() }}
@endsection @push('after-scripts') {!! script('/js/plugin/dropzone/dropzone.min.js') !!} @endpush