@extends('layouts.master') @section('title') {{ __('Semester') }} @endsection @section('content')

{{ __('create').' '.__('Semester') }}

@csrf
{!! Form::text('name', null, ['required', 'placeholder' => __('name'), 'class' => 'form-control']) !!}

{{ __('list').' '.__('Semester') }}

{{__('id')}} {{__('no.')}} {{__('name')}} {{__('Start Month')}} {{__('End Month')}} {{__('Current')}} {{__('action')}}
@endsection @section('script') @endsection