@extends('themes.backend.layouts.app') @section('fancybox') @stop @section('editor') @stop @section('breadcrumb') {{ Breadcrumbs::render('gallerydata.create', $galleryId) }} @endsection @section('content')
{{ __('gallery.add_txt') }}
{{ csrf_field() }}
{{ __('admin.browse_media_txt') }}
@if( $fldsHide['big_image'] == $boolFalse )
{{ __('admin.browse_media_txt') }}
@endif @if( $fldsHide['external_link'] == $boolFalse ) @endif
@if( $fldsHide['video_cover_image'] == $boolFalse ) @endif
@if( $fldsHide['title'] == $boolFalse ) @endif @if( $fldsHide['descp'] == $boolFalse ) @endif
@stop @push('scripts') @endpush