@extends('layouts.teacher.layout') @section('content')
@include('partials.message') @if($user_type == 'apply') @elseif($user_type == 'check') @endif @endsection