@extends('backend.layouts.app') @section('content') @if(Session::has('message'))
{{ Session::get('message')}}
@endif @if(Session::has('error_message'))
{{ Session::get('error_message')}}
@endif @if (count($errors) > 0)
@endif

@lang('messages.class_type')

@foreach ($classtypes as $classtype)
@lang('messages.class_type') @lang('messages.status') @lang('messages.action')
{{$classtype->class_type_name}}