@extends('admin.layouts.master-soyuz') @section('title', __('Create Ad |')) @section('body') @component('admin.component.breadcumb', ['thirdactive' => 'active']) @slot('heading') {{ __('Create New Ad') }} @endslot @slot('menu1') {{ __('Short Ads') }} @endslot @slot('menu2') {{ __('Create') }} @endslot @slot('button')
{{ __('Back') }}
@endslot @endcomponent
{{ __('Create Ad (admin)') }}

{{ __('Admin-created ads skip payment and are auto-approved.') }}

@if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
    @foreach($errors->all() as $err)
  • {{ $err }}
  • @endforeach
@endif
@csrf
{{ __('Defaults to "Shop Now" if blank.') }}

{{ __('Media — upload OR paste URL') }}
{{ __('Max 50MB. mp4/mov/webm') }}
{{ __('Use this for testing with hosted video links.') }}
{{ __('Cancel') }}
@endsection