@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
@endsection @section('script') @endsection