@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 İşlemler
{{ $offer->id }} {{ $offer?->owner?->company?->name }} {{ $offer?->owner?->name }} {{ money($offer->total_price, 'TRY', true) }}{{ 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") Bekliyor @endif {{ $offer?->created_at->locale('tr')->translatedFormat('d F Y') }} Düzenle
@endsection @push('javascript') @endpush @push('style') @endpush