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

{!! $taxCategory->id !!}

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

{!! $taxCategory->taxes !!}

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

{!! $taxCategory->taxes !!}

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

{!! $taxCategory->created_at !!}

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

{!! $taxCategory->updated_at !!}