@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@cariGuru','method'=>'get')) !!} {!! Form::text('nama','', array('class' => 'form-control','placeholder'=>'Ketikan Nama Disini')) !!}
{!! Form::submit('Cari', array('class' => 'btn btn-primary'))!!} {!! Form::close() !!}
@foreach($guru as $key =>$guru)
@if(!empty($guru->foto)) @else @endif
{{$guru->nama}}
{{$guru->jabatan}}

Mengajar : {{$guru->pelajaran}}

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