@extends('layouts.master') @section('title', 'Coupons') @section('title', 'Coupons | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.coupons controll')) @section('css') @endsection @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.coupons controll') }}
{{ __('basic.coupons controll') }}
@foreach ($coupon as $item) @endforeach
{{ __('basic.code') }} {{ __('basic.type') }} {{ __('basic.value') }} {{ __('basic.percent') }} {{ __('basic.status') }} {{ __('basic.created') }} {{ __('basic.handle') }}
{{ $item->code }} {{ $item->type }} {{ $item->value }} {{ $item->percent_off }} @if ($item->status == 0) {{ __('basic.deactivate') }} @else {{ __('basic.active') }} @endif {{ date('d M Y', strtotime($item->created_at)) }} @role('Super-admin|Accountant-manager|Operation-manager') @endrole
@endsection @section('js') @endsection