@extends("admin.template.layout")
@section("header")
@stop
@section("content")
@if(GetUserPermissions('coupon','Create'))
@endif
# |
Code |
Title |
Brand |
Category |
Status |
Action |
@foreach($datamain as $data)
{{$i}} |
{{$data->coupon_code}} |
{{$data->title}} |
{{$data->brand->name??''}} |
{{$data->category->name??''}} |
{{$data->active == 1 ? 'Active' : 'Inactive'}} |
|
@endforeach
@stop
@section("script")
@stop