@extends('layouts.theme') @section('title','All Tenders') @section('style') @endsection @section('content')
@include('alertsInfo')
{{--
--}} {{--
--}}
Teners List
@if (Auth::user()->hasRole('Super Admin') ) Create Tender @endif

@if ( Auth::user()->hasRole('Super Admin') ) @endif @foreach ($tenders as $value) @if ( Auth::user()->hasRole('Super Admin')) @endif @endforeach
Sr. # Tender No Start Date End Date Status View Print Extend Date
{{$count++}} {{$value->tender_no}} {{date('Y-m-d', strtotime($value->start_date))}} {{date('Y-m-d', strtotime($value->end_date))}} {{ $value->is_active?"Open":"Close" }} View Print Extend Date
{{--
--}} {{--
--}}
@endsection @section('script') @endsection