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

{{ __('view').' '.__('attendance') }}

{!! Form::selectMonth('month',null,['class' => 'form-control','id' => 'month']) !!}
{{ __('roll_no') }} {{ __('student_name') }}
@endsection @section('script') @endsection