@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
Direktori Siswa
Home
Direktori Siswa
-Pilih Kelas-
@foreach($kelas as $key => $kelas)
{{$kelas->nama_kelas}} {{$kelas->jurusan->nama_jurusan}}
@endforeach
{!! Form::open(array('action' => 'HomeController@cariSiswa','method'=>'get')) !!} {!! Form::text('keyword','', array('class' => 'form-control','placeholder'=>'Ketikan Nama Disini')) !!}
{!! Form::submit('Cari', array('class' => 'btn btn-primary'))!!} {!! Form::close() !!}
Img
NIS
Nama Siswa
Kelas
Asal
Nama Ibu/Ayah
@include('front.template.psb') @include('front.template.footer')
@include('front.template.script')