@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
{!! 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() !!}

Jumlah Siswa :{{$siswa->count()}}

Note : Klik Img Untuk Melihat Foto

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