@extends('panel.layouts.master') @section('content')

Teklif Talepleri

{{-- Yeni Kayıt --}}
@if(request()->input('status') == "completed") @endif @foreach ($offers as $key => $offer) @if(request()->input('status') == "completed") @endif @endforeach
ID Firma Adı Kullanıcı Adı Toplam FiyatTeklif Edilen FiyatDurum Oluşturma Tarihi Son İşlem Tarihi İşlemler
{{ $offer->id }} {{ $offer?->owner?->company?->name }} {{ $offer?->owner?->name }} {{ money($offer->total_price, 'TRY') }}{{ money($offer->offered_price, $offer->currency?->code, false) }} @if($offer->status == "WAITING") Henüz Sepet Durumunda @elseif($offer->status == "COMPLETED") Tamamlandı @elseif($offer->status == "PROGRESS") {{ $offer->status_detail->text }} @endif {{ $offer?->created_at->locale('tr')->translatedFormat('d F Y / H:i') }} {{ $offer?->updated_at->locale('tr')->translatedFormat('d F Y / H:i') }} Düzenle
{!! $offers->withQueryString()->links('vendor.pagination.bootstrap-5') !!}
@endsection @push('javascript') @endpush @push('style') @endpush