@extends('layouts.admin')
@section('title','Promos and Offers')
@section('styles')
@endsection
@section('content')
List of Promos and Offers (0)
@include('dashboard.merchants.partials.add-promo-modal')
@include('dashboard.merchants.partials.view-promo-modal')
@include('dashboard.partials.footer')
@endsection
@push('scripts')
@endpush