@extends('dashboard.layouts.master') @section('title', 'Offer Details | Admin Panel') @push('after-styles') @endpush @section('content') @can('offer.show', $offer)
No type-specific details available for this offer type.
@endswitch {{-- Products/Free Products for non-type-5 offers that still have them --}} @if($typeId != 1 && $typeId != 5 && $offer->products->count() > 0)