@extends('layouts.admin') @section('content') {{ csrf_field() }}
back
@if($offers) @foreach($offers as $offer) approved == 1) style="background-color: #20de5a4a;" @endif> @endforeach @endif
Offer # Created By Carrier Name Phone No Price Notes Minutes To Confirm Status Bid time Actions
{{ $offer->id }} {{ $offer->createdByRecord ? $offer->createdByRecord->name : 'NA' }} {{ $offer->carrier }} {{ $offer->phone_no }} {{ $offer->price }} {{ $offer->note }} {{ $offer->minutes_to_confirm }} {{ $offer->status }} {{ date('m/d/Y' , strtotime($offer->created_at)) }} {{-- --}} {{-- status == 'accepted' ? 'disabled' : '' }} > status == 'rejected' ? 'disabled' : '' }} > --}}
@endsection @section('scripts') @endsection