@extends('adminlte::page') @section('title', 'Tender') @section('content_header') @stop @section('content') Tender Home Tender Add Tender @csrf Notice Date @if ($errors->has('notice_date')) {{ $errors->first('notice_date') }} @endif Tender Date @if ($errors->has('tender_date')) {{ $errors->first('tender_date') }} @endif Tender Last Submission Date @if ($errors->has('tender_last_submission_date ')) {{ $errors->first('tender_last_submission_date') }} @endif Description {{ old('description') }} @if ($errors->has('description')) {{ $errors->first('description') }} @endif Upload Pdf (PDF only) @if ($errors->has('file_upload_pdf')) {{ $errors->first('file_upload_pdf') }} @endif Upload Image (Image only) @if ($errors->has('file_upload_image')) {{ $errors->first('file_upload_image') }} @endif Status -- Select Status -- Active Inactive @if ($errors->has('status')) {{ $errors->first('status') }} @endif @stop @section('js') @include('admin.tender.scripts.index') @stop
{{ $errors->first('notice_date') }}
{{ $errors->first('tender_date') }}
{{ $errors->first('tender_last_submission_date') }}
{{ $errors->first('description') }}
{{ $errors->first('file_upload_pdf') }}
{{ $errors->first('file_upload_image') }}
{{ $errors->first('status') }}