@extends('layouts.main') @section("content") @endsection @section("components_declarations") @include("courses.form") @include("courses.course_view_btn") {{__("Courses")}} @if(Auth::user()->role->name == "instructor") New Course @endif @if(Auth::user()->role->name == "admin") New Mastermind @endif content_copy check close delete @{{ props.item.name }} @{{ props.item.category? props.item.category.name:'' }} @if(Auth::user()->role->name == "admin") check close @else Approved Pending Approval Draft @endif {{--edit--}} Edit {{-- visibility--}} View {{-- --}} {{__("components.Sorry, nothing to display here")}} 😞 @{{ search }} {{__('components.not found')}} 😥 {{-- Edit course Add course save close --}} {{__("components.Confirm")}} @{{confirmObject.text}} {{__("components.Cancel")}} {{__("components.Continue")}} @{{ snackbar.text }} Close @endsection @section("components_instances") PageContent @endsection