{!! Form::label('id', 'Id:') !!}
{!! $institusi->id !!}
{!! Form::label('nama', 'Nama:') !!}
{!! $institusi->nama !!}
{!! Form::label('email', 'Email:') !!}
{!! $institusi->email !!}
{!! Form::label('kontak', 'Kontak:') !!}
{!! $institusi->kontak !!}
{!! Form::label('created_at', 'Created At:') !!}
{!! $institusi->created_at !!}
{!! Form::label('updated_at', 'Updated At:') !!}
{!! $institusi->updated_at !!}
{!! Form::label('deleted_at', 'Deleted At:') !!}
{!! $institusi->deleted_at !!}
{!! Form::label('alamat', 'Alamat:') !!}
{!! $institusi->alamat !!}