@extends('main') @section('content')
Promocodes
@foreach ($promocodes as $promocode) @method('DELETE') @csrf @endforeach
Id Code Discount Limit Status Created Action

{{ $promocode->id }}

{{ $promocode->code }}

{{ $promocode->discount }}

{{ $promocode->total_use }}

status==0) checked @endif>
{{date('d M, y',strtotime($promocode->created_at))}}
@endsection