@extends('admin.layouts.master') @section('title','View Course Review') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('CourseReview') }} @endslot @slot('menu1') {{ __('CourseReview') }} @endslot @endcomponent
{{ __('CourseReview') }}
@if($course->preview_image != null || $course->preview_image !='') @else course @endif

{{ __('adminstaticword.Name') }} :

{{ $course->user->fname }} {{ $course->user->lname }}

{{ __('adminstaticword.Course') }} :

{{ $course->title }}

{{ __('adminstaticword.Title') }} :

{{ $course->title }}

{{ __('adminstaticword.Detail') }} :

{!! $course->detail !!}

{{ csrf_field() }} {{ method_field('PUT') }}
status == '1' ? 'checked' : '' }} />
@endsection @section('script') @endsection