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

{!! $earning->id !!}

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

{!! $earning->market_id !!}

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

{!! $earning->total_orders !!}

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

{!! $earning->total_earning !!}

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

{!! $earning->admin_earning !!}

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

{!! $earning->market_earning !!}

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

{!! $earning->delivery_fee !!}

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

{!! $earning->tax !!}

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

{!! $earning->created_at !!}

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

{!! $earning->updated_at !!}