{{-- * LaraClassified - Classified Ads Web Application * Copyright (c) BedigitCom. All Rights Reserved * * Website: http://www.bedigit.com * * LICENSE * ------- * This software is furnished under a license and may be used and copied * only in accordance with the terms of such license and with the inclusion * of the above copyright notice. If you Purchased from Codecanyon, * Please read the full License from here - http://codecanyon.net/licenses/standard --}} @extends('layouts.master') @section('wizard') @include('post.createOrEdit.multiSteps.inc.wizard') @endsection @section('content') @include('common.spacer')
@include('post.inc.notification')

{{ t('Photos') }}

{!! csrf_field() !!}
@if (isset($picturesLimit) and is_numeric($picturesLimit) and $picturesLimit > 0)
{{ t('Add up to :pictures_number pictures. Use real pictures of your product, not catalogs.', [ 'pictures_number' => $picturesLimit ]) }}
@endif
@if (getSegment(2) != 'create') {{ t('Previous') }} @endif {{ t('Skip') }}
@endsection @section('after_styles') @if (config('lang.direction') == 'rtl') @endif @endsection @section('after_scripts') @if (file_exists(public_path() . '/assets/plugins/bootstrap-fileinput/js/locales/'.ietfLangTag(config('app.locale')).'.js')) @endif