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

{!! $marketsPayout->id !!}

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

{!! $marketsPayout->market_id !!}

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

{!! $marketsPayout->method !!}

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

{!! $marketsPayout->amount !!}

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

{!! $marketsPayout->paid_date !!}

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

{!! $marketsPayout->note !!}

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

{!! $marketsPayout->created_at !!}

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

{!! $marketsPayout->updated_at !!}