{!! Form::label('id', 'Id:') !!}

{!! $SessionType->id !!}

{!! Form::label('name', 'Nome:') !!}

{!! $SessionType->name !!}

{!! Form::label('slug', 'Sigla:') !!}

{!! $SessionType->slug !!}

{!! Form::label('created_at', 'Criado em:') !!}

{!! $SessionType->created_at !!}

{!! Form::label('updated_at', 'Editado em:') !!}

{!! $SessionType->updated_at !!}