@extends('admin.layouts.master') @section('title','All Course review') @section('maincontent') @include('admin.layouts.topbar',$data)
# | {{ __('Image') }} | {{ __('Title') }} | {{ __('Instructor') }} | {{ __('Featured') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|---|---|
1 {{ __('Are You Sure') }} ?. |
@if($cat['preview_image'] !== NULL && $cat['preview_image'] !== '') @else @endif | {{$cat->title}} | {{ $cat->user->fname }} |
@can('course-reviews.edit')
{{ __('Edit') }}
@endcan
|