@extends('layouts.app') @section('content') @if(session()->has('message'))
{{ session()->get('message') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif
Promo Code List
{{-- --}} @forelse($all_codes as $key => $code) @empty @endforelse
Sl No Promo Code Percentage Expire Date Created DateAction
{{ $loop->index + 1 }} {{ $code->code }} {{ $code->percentage }} {{ $code->expiry_date }} {{ $code->created_at }}
No record found...
{{--
Showing {{ $allSubAdmin->firstItem() }} to {{ $allSubAdmin->lastItem() }} of {{ $allSubAdmin->total() }} results
{{ $allSubAdmin->links('pagination::bootstrap-4') }}
--}} @endsection @section('customScripts') @endsection