@extends('layouts.master') @section('title', __('hrm.student_promotion')) @section('content_title', __('hrm.student_promotion')) @section('content_summary', __('hrm.student_promotion_summary')) @section('content_taskbar') @endsection @section('main_content')
@include('hrm::hrm.student_promotions.partials.home')
@endsection @push('script') @endpush