@csrf

{{ $errors->first('title') }}

{{ $errors->first('ad_url') }}

{{ $errors->first('redirect_url') }}

{{ $errors->first('ad_duration') }}

{{ $errors->first('skip_after') }}

{{ $errors->first('start_date') }}

{{ $errors->first('end_date') }}

status == 1 ? 'checked' : '' }}>
@include('layouts.loading_button', ['class' => 'btn sg-btn-primary'])