@extends('layouts.customer') @section('content')
{{ $message }}
| Sr No | Title | Status | Created | Action |
|---|---|---|---|---|
| {{ ++$i }} | {{ $offer->title }} |
@if( $offer->status == 1 ) Active @else Draft @endif |
{{ date('M d, y | h:i A',strtotime($offer->created_at)) }} |
|