@extends('layouts.app') @section('titlePage', 'Manage Learning Content') @section('content') @push('script') @endpush
@include('common.alert')
@csrf @include('master.exams.learning_content.form')
@endsection @section('script') @include('master.exams.learning_content.script') @endsection