@extends('layouts.app' ) @section('title') Add New Class @stop @section('breadcrumb') @stop @section('content')

Add New Class

Add Information

{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
 
@stop