@extends('layouts.app') @section('titlePage', 'Manager Learning Content') @section('content') @push('script') @endpush
List
@include('common.alert')
@csrf @include('master.exams.learning_content.form')
{{-- /card-body --}}
@endsection @section('script') @include('master.exams.learning_content.script') @endsection