@extends('site.layouts.master') @section('title', $course->name) @section('content') {{ $course->name }} {!! $course->teaser !!} دوره جامع معلم شو قیمت کل: {{-- {{ number_format($course->price) }} تومان --}} {{ number_format(3000000) }} تومان قیمت نهایی با اعمال تخفیف : {{ $course->getPrice() }} تومان @if ($course->is_sell == 1) برای خرید دوره کلیک کنید @endif {!! $course->long_desc !!} زیر دورهها @foreach ($course->items()->orderBy('position')->get() as $item) {{ $item->name }} {!! $item->short_desc !!} {{-- @dd($user->role) --}} @if ($user && ($exists || $user->role == 'admin')) مشاهده دوره @endif @endforeach @if ($course->is_sell == 1) برای خرید دوره کلیک کنید @endif @endsection
قیمت کل: {{-- {{ number_format($course->price) }} تومان --}} {{ number_format(3000000) }} تومان
قیمت نهایی با اعمال تخفیف : {{ $course->getPrice() }} تومان
{!! $course->long_desc !!}
{!! $item->short_desc !!}