@extends('admin.layouts.master')
@section('title','All Coursereview')
@section('maincontent')
@component('components.breadcumb',['secondaryactive' => 'active'])
@slot('heading')
{{ __('Coursereview') }}
@endslot
@slot('menu1')
{{ __('Coursereview') }}
@endslot
@endcomponent
@if($course->preview_image != null || $course->preview_image !='')
@else
@endif
- {{ __('adminstaticword.Course') }}: {{ $course->title }}
- {{ __('adminstaticword.User') }}: {{ $course->user->fname }} {{ $course->user->lname }}
- {{ __('adminstaticword.Title') }}: {{ $course->title }}
- {{ __('adminstaticword.Detail') }}: {!! $course->detail !!}
- {{ __('Course Rejected Reason') }}:
{!! $course->reject_txt !!}
@endsection