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

کدهای تخفیف

@include('admin.partials.form-errors') @if(Session::has('error'))
{{session('error')}}
@endif @if(Session::has('success'))
{{session('success')}}
@endif
@foreach($coupons as $coupon) @if($coupon->status == 1) @else @endif @endforeach
شناسه عنوان کد قیمت مدل کد عملیات
{{$coupon->id}} {{$coupon->title}} {{$coupon->code}} {{$coupon->price}}درصدیمبلغی ویرایش
@csrf
@endsection