@extends('layouts.main')
@section('css')
@endsection
@section('content')
{{-- Header --}}
{{-- Content --}}
@include('pages.mapel._createform')
@include('pages.mapel._editform')
{{-- @include('pages.mapel._show') --}}
@include('pages.mapel._delete')
@include('pages.mapel._filter')
@endsection
@section('js')
@include('pages.mapel.script')
@endsection