{!! Form::label('id', 'Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $menu->id !!}

{!! Form::label('name', 'Name:', ['class' => 'col-3 control-label text-right']) !!}

{!! $menu->name !!}

{!! Form::label('title', 'Title:', ['class' => 'col-3 control-label text-right']) !!}

{!! $menu->title !!}

{!! Form::label('store_id', 'Store Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $menu->store_id !!}

{!! Form::label('created_at', 'Created At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $menu->created_at !!}

{!! Form::label('updated_at', 'Updated At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $menu->updated_at !!}