{!! Form::label('DistrictName', 'District Name:') !!} {!! $subDivision->name !!}
{!! Form::label('Sub District Name', 'Sub District Name:') !!} {!! $subDivision->Name !!}
{!! Form::label('Postal Code', 'Postal Code:') !!} {!! $subDivision->postal_code !!}