@extends('layouts.cork') @section('title', $title) @section('page-css') @endsection @section('breadcrumb')
@endsection @section('content')
@csrf @method('DELETE') Delete {{ $section->course->name}}?
@endsection @section('page-js') @endsection