{!! Form::label('code', 'Code:') !!}

{!! $fare->code !!}

{!! Form::label('name', 'Name:') !!}

{!! $fare->name !!}

{!! Form::label('price', 'Price:') !!}

{!! $fare->price !!}

{!! Form::label('cost', 'Cost:') !!}

{!! $fare->cost !!}

{!! Form::label('notes', 'Notes:') !!}

{!! $fare->notes !!}

{!! Form::label('active', 'Active:') !!}

{!! $fare->active !!}