@extends('themes.backend.layouts.app') @section('fancybox') @stop @section('breadcrumb') {{ Breadcrumbs::render('gallery.create') }} @endsection @section('content')
{{ __('gallery.add_txt') }}
{{ csrf_field() }} @if( $fldsHide['descp'] == $boolFalse ) @endif @if( $fldsHide['cover_image'] == $boolFalse )
{{ __('admin.browse_media_txt') }}
@endif
@stop