@extends('layouts.app') @section('title', 'Offers') @section('content_header')
| Id | Offer Title | Hotel | Template | Actions |
|---|---|---|---|---|
| {{ $offer->id}} | {{ $offer->offer_title }} | {{ isset($offer->hotel) ? $offer->hotel->name : '' }} | {{ $offer->template_type }} | Edit {{-- --}} {{-- Download PDF --}} Download PDF |