@extends('adminlte::page') @section('title', 'Deals') @section('content')

Deals

@php $tables = ['all'=>'all-table','unapprovedList' => 'unapprovedList-table', 'banner'=>'banner-table', 'offer' => 'offer-table', 'platinum' => 'platinum-table', 'gold' => 'gold-table', 'silver' => 'silver-table']; @endphp @foreach ($tables as $id => $table)
Title Regions Status Price Approved By Approved Date And Time Start Duration End Duration Added By Created At Actions
@endforeach
@endsection @section('js') @endsection