@extends('pages.admin.layout') @section('content')

Promo Codes

@if ($errors->any())
@endif Create New
@foreach($discountCodes as $code) @endforeach
Code Type Amount Actions
{{ $code->code }} {{ $code->type }} {{ $code->amount }} Edit Delete
{{ $discountCodes->links() }} @endsection