@php use Illuminate\Support\Facades\Log; @endphp @extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} | Course Work @endsection @if($statusQA == 0) @section('content')
@endif {{-- --}}
@endsection @else @section('content')
@endif {{-- --}}
@endsection @endif @section('css') @endsection @section('scripts') @endsection