@extends('layouts.user-no-nav') @section('page_title', __('Add Gallary Image')) {{-- @section('styles') {!! Minify::stylesheet([ '/css/posts/post.css', '/libs/dropzone/dist/dropzone.css', ])->withFullUrl() !!} @stop @section('scripts') {!! Minify::javascript([ '/js/Post.js', '/js/posts/create-helper.js', (Route::currentRouteName() =='posts.create' ? '/js/posts/create.js' : '/js/posts/edit.js'), '/libs/dropzone/dist/dropzone.js', '/js/FileUpload.js', ])->withFullUrl() !!} @stop --}} @section('content') {{-- @include('elements.uploaded-file-preview-template') @include('elements.post-price-setup',['postPrice'=>(isset($post) ? $post->price : 0)]) @include('elements.post-save-confirmation') --}}

{{Route::currentRouteName() == 'gallary.create' ? __('Add Gallery Image') : __('Edit post')}}

@if(!GenericHelper::isUserVerified() && getSetting('site.enforce_user_identity_checks')) @endif @if(session()->has('success'))
{{ session()->get('success') }}
@endif
@csrf @if(!GenericHelper::isUserVerified() && getSetting('site.enforce_user_identity_checks')) @else @endif
@stop