@extends('layouts.company_core') @section('profile_title') Tekliflerim @endsection @section('dashboard_wrapper')

Tekliflerim

@foreach ($offers as $offer) @endforeach
İlan İlan No. Fiyat Tarih Dosya
{{ Str::limit($offer->ad_title, '20', '..') }} {{ $offer->ad_number }}

{{ number_format($offer->price, 2, ',', '.') }} ₺

{{ date('d-m-Y', strtotime($offer->created_at)) }}

@if (is_null($offer->document)) @else @endif
@endsection