@extends('adminlte::page') @section('title', 'Edit Tender') @section('content_header') @stop @section('content') Edit Tender Home Tender Edit Update 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 Last Submission Date @if ($errors->has('tender_last_submission_date')) {{ $errors->first('tender_last_submission_date') }} @endif Description {{ old('description', $tender->description) }} @if ($errors->has('description')) {{ $errors->first('description') }} @endif File Upload PDF (PDF only) @if ($tender->file_upload_pdf) Existing PDF: View PDF @endif @if ($errors->has('file_upload_pdf')) {{ $errors->first('file_upload_pdf') }} @endif File Upload Image (Image only) @if (!empty($tender->file_upload_image)) Existing Image: @endif @if ($errors->has('file_upload_image')) {{ $errors->first('file_upload_image') }} @endif Status -- Select Status -- status) == '1' ? 'selected' : '' }}>Active status) == '0' ? 'selected' : '' }}>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') }}
Existing PDF: View PDF
{{ $errors->first('file_upload_pdf') }}
Existing Image:
{{ $errors->first('file_upload_image') }}
{{ $errors->first('status') }}