@section('title', __('site.page_ads_new_title')) @section('head') @endsection @include('includes/header') @include('includes/topSite')
@if (\Session::has('error_name'))
{!! \Session::get('error_name') !!}
@endif

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


{{ __('site.page_ads_new_block_not') }}
@if (\Session::has('error_img'))
{!! \Session::get('error_img') !!}
@endif
{{ __('site.site_file_permit') }}
{{ __('site.files_jpg_png_webp_gif') }}
{{ __('site.site_file_size') }}
2 MB
@include('includes/footer')