@extends('admin.dashboard')
@if(Session::has('status'))
@endif
@section('content')
Sl.No |
Title |
Last Date of Submission |
Action |
@foreach ($tender as $data)
{{ $slno }} |
{{ $data->name }} |
{{ $data->date ? date('d-m-Y', strtotime($data->date)) : '' }} |
|
@endforeach
@endsection