@extends('admin.layouts.app') @section('title', (isset($content->name) ? $content->name : ''). ' Voucher') @section('css') @endsection @section('section')

Voucher Detail

{{-- @if(course_is_joinable($content->id))--}} {{-- --}} {{-- @endif--}} {{-- Start streaming--}}
ID {{$content->id??''}}
Course {{$content->course->name??''}}
Voucher Code {{$content->code??''}}
Discount Rate {{($content->discount_rate . '% Off')??''}}
Valid Until {{$content->valid_until??''}}
@csrf
Send Coupon by Email
@endsection @section('script') @endsection