@extends('admin.layout.index') @section('title') {{ __('messages.tender') }} @endsection @section('css') @endsection @section('content')

{{ __('messages.updated-tender') }}

{{-- PDF --}}
@if (!empty($tender->pdf_ar) && file_exists(public_path() . '/upload/pdf/' . $tender->pdf_ar)) click to show @else @endif
@if ($errors->has('pdf_ar')) {{ $errors->first('pdf_ar') }} @endif
@if (!empty($tender->cover) && file_exists(public_path() . '/upload/image/' . $tender->cover)) @else @endif
@if ($errors->has('photo')) {{ $errors->first('photo') }} @endif
@if ($errors->has('title_ar')) {{ $errors->first('title_ar') }} @endif
@if ($errors->has('slug_ar')) {{ $errors->first('slug_ar') }} @endif
@if ($errors->has('short_desc_ar')) {{ $errors->first('short_desc_ar') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('start_date')) {{ $errors->first('start_date') }} @endif
@if ($errors->has('end_date')) {{ $errors->first('end_date') }} @endif
@if ($errors->has('terms_ar')) {{ $errors->first('terms_ar') }} @endif
@if ($errors->has('desc_ar')) {{ $errors->first('desc_ar') }} @endif
{{-- PDF --}}
@if (!empty($tender->pdf_en) && file_exists(public_path() . '/upload/pdf/' . $tender->pdf_en)) click to show @else @endif
@if ($errors->has('pdf_en')) {{ $errors->first('pdf_en') }} @endif
@if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif
@if ($errors->has('slug_en')) {{ $errors->first('slug_en') }} @endif
@if ($errors->has('short_desc_en')) {{ $errors->first('short_desc_en') }} @endif
@if ($errors->has('terms_en')) {{ $errors->first('terms_en') }} @endif
@if ($errors->has('desc_en')) {{ $errors->first('desc_en') }} @endif
@endsection @section('js') @endsection