@extends('layouts/gnr_layout') @section('title', '| New Attendence Setting') @section('content')
New Attendence Setting
{!! Form::open(array('url' => '', 'id' => 'edit_form', 'role' => 'form', 'class' => 'form-horizontal form-groups')) !!}
{!! Form::label('accepted_distance', 'Accepted Distance:', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::submit('Update', ['id' => 'submit', 'class' => 'btn btn-info']) !!} Close
{!! Form::close() !!}
@endsection