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

{!! $tax->id !!}

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

{!! $tax->name !!}

{!! Form::label('value', 'Value:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $tax->value !!}

{!! Form::label('type', 'Type:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $tax->type !!}

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

{!! $tax->created_at !!}

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

{!! $tax->updated_at !!}