@section('title', __('site.page_ads_edit_title')) @section('head') @endsection @include('includes/header') @include('includes/topSite')

{{ __('site.page_ads_edit_h1') }}

@if (\Session::has('error_name'))
{!! \Session::get('error_name') !!}
@endif

{{ __('site.page_ads_new_block_title') }}


@if (\Session::has('error_img'))
{!! \Session::get('error_img') !!}
@endif
{{ __('site.site_file_permit') }}
{{ __('general.settings_files_jpg_png') }}
{{ __('site.site_file_size') }}
2 MB
{{ __('site.site_file_pixels') }}
800x450
@include('includes/footer')