@error('publication_type_id')
{{ $message }}
@enderror
{{-- not part of jahir nivida --}}
@error('not_jahir_news_paper_type_id')
{{ $message }}
@enderror
@error('not_jahir_language_id')
{{ $message }}
@enderror
@if($isJahirNivida == "0")
@foreach($notJahorNividaNewsPaperTypeDatas as $notJahorNividaNewsPaperTypeData)
{{ $notJahorNividaNewsPaperTypeData['name'] }} वर्तमानपत्र निवडा
@endforeach
@endif
{{-- end of not part of jahir nivida --}}
{{-- start jahirNivida --}}
@error('cost_id')
{{ $message }}
@enderror
@if($isJahirNivida == "1") @endif
@if($isJahirNivida == "1")
@foreach($jahorNividaNewsPaperTypeDatas as $jahorNividaNewsPaperTypeData)
{{ $jahorNividaNewsPaperTypeData->name }} वर्तमानपत्र निवडा
@endforeach
@endif
{{-- end of jahirNivida --}}
@error('department_id')
{{ $message }}
@enderror
has('work_order_number')) class="form-control is-invalid" @else style="border: 1px solid #475ecc6b;" @endif class="form-control" name="work_order_number" id="work_order_number" type="text" placeholder="वर्क ऑर्डर क्रमांक" value="{{ $advertise->work_order_number }}" required>
@error('work_order_number')
{{ $message }}
@enderror
@error('print_type_id')
{{ $message }}
@enderror
has('publication_date')) class="form-control is-invalid" @else style="border: 1px solid #475ecc6b;" @endif class="form-control" name="publication_date" id="publication_date" type="date" placeholder="पब्लिकेशन तारीख" value="{{ $advertise->publication_date }}" required>
@error('publication_date')
{{ $message }}
@enderror
has('context')) class="form-control is-invalid" @else style="border: 1px solid #475ecc6b;" @endif class="form-control" name="context" id="context" type="text" placeholder="संदर्भ" value="{{ $advertise->context }}" required>
@error('context')
{{ $message }}
@enderror
has('context_date')) class="form-control is-invalid" @else style="border: 1px solid #475ecc6b;" @endif class="form-control" name="context_date" id="context_date" type="date" placeholder="संदर्भ तारीख" value="{{ $advertise->context_date }}" required>
@error('context_date')
{{ $message }}
@enderror
@error('banner_size_id')
{{ $message }}
@enderror
@if($advertise->image != "")
@endif
has('image')) class="form-control is-invalid" @else style="border: 1px solid #475ecc6b;" @endif class="form-control" name="image" id="image" type="file" accept="image/*" placeholder="Publication Date" value="{{ old('image') }}">
@error('image')
{{ $message }}
@enderror