@extends('layouts.admin-layout') @section('title', 'All Offer') @section('content')

Offer Section

@foreach($get_offers as $offer) @endforeach
Heading Image Short description Edit Delete
{{$offer->title}} {!! \Illuminate\Support\Str::limit(strip_tags($offer->short_description), 80, '...') !!} Edit Delete
@endsection @section('script') @endsection