@extends('admin.layout.master') @section('content') @section('offer', 'active') @section('title', 'Offers')
All Offers
@if (session('success'))
{{ session('success') }}
@endif
{{-- --}} @foreach ($offers as $offer) {{-- --}} @endforeach
Date & TimeUser Name Category Ad Title City Amount Min Amount Max Amount Offer Description Status Action
{{ $offer->ads->created_at }} @if (!empty($offer->ads->client->full_name)) {{ $offer->ads->client->full_name }} @else Admin @endif {{ $offer->ads->type }} {{ $offer->ads->ad_title }} {{ $offer->ads->city }} {{ $offer->ads->price }} {{ $offer->min }} {{ $offer->max }} {{ $offer->description }} Offer {{ $offer->offer_status }} View
@endsection @section('script') @endsection