@extends('resources.views.web.layouts.layout') @section('content')
@csrf
{{ __('products::products.product') }}
{{ $source->currentDescription->title ?? {{ $source->subject->currentDescription->title ?? "" }}
{{ $source->currentDescription->title ?? "" }}
{{ $source->user->name ?? "" }}
{{ $source->option->currentDescription->title ?? "" }}
{{ __('sources.stage_id') }}

{{ $source->stage->currentDescription->title ?? "" }}

{{ __('sources.grade_id') }}

{{ $source->grade->currentDescription->title ?? "" }}

{{ __('sources.term_id') }}

{{ $source->term->currentDescription->title ?? "" }}

{{ __('sources.unit_id') }}

{{ $source->unit_name }}

{{ __('sources.lesson_id') }}

{{ $source->lesson_name }}

{{ __('orders::orders.payment_method') }}
{{ __('orders::orders.coupon2') }}
{{ __('orders::orders.write_order_notes') }}
{{ __('orders::orders.payment_details') }}
@endsection @push('stack_scripts') @endpush