@include('admin.layouts.master')

Tender Users

{{--
Create Join Us
--}}
Tender Users
{{--

Add lightweight datatables to your project with using the Simple DataTables library. Just add .datatable class name to any table you wish to conver to a datatable

--}} @foreach ($tenderusers as $tenderuser) @endforeach
S.No Tender Name Mobile Email Organization Name Status Created At Actions
{{ $loop->iteration }} {{ $tenderuser->tenders->title ?? '' }} {{ $tenderuser->name }} {{ $tenderuser->mobile }} {{ $tenderuser->email }} {{ $tenderuser->organization_name }} {{ $tenderuser->status == 1 ? 'Active' : 'Suspended' }} {{ \Carbon\Carbon::parse($tenderuser->created_at)->format('d-m-Y h:i A') }}
{{-- Edit --}} @csrf @method('DELETE')