@if(!empty($setting)) @else @endif @include('front.template.css')
@include('front.template.nav')
  • SMKN 4 Tanah Grogot
    @if($setting) Alamat : {!!$setting->alamat!!}
    Telpon : {{$setting->telpon}}
    Email : {{$setting->email}}
    @else Menjadi Sekolah Menengah Kejuruan Terdepan
    Dengan Memanfaatkan Kemajuan Teknologi Informasi @endif
@if($now > $buka)
{!! Form::open(array('action' => 'LulusController@cari','method'=>'get')) !!} {!! Form::text('keyword','', array('class' => 'form-control','placeholder'=>'Masukan NISN / NIS','required'=>'required')) !!}
{!! Form::submit('Cari', array('class' => 'btn btn-primary'))!!} {!! Form::close() !!}
@else

Days

Hours

Minutes

Seconds
@endif
@include('front.template.psb') @include('front.template.footer')
@include('front.template.script')