{!! Form::label('id', 'Id:') !!}

{{ $bannerAdsLocation->id }}

{!! Form::label('address', 'Address:') !!}

{{ $bannerAdsLocation->address }}

{!! Form::label('latitude', 'Latitude:') !!}

{{ $bannerAdsLocation->latitude }}

{!! Form::label('longitude', 'Longitude:') !!}

{{ $bannerAdsLocation->longitude }}

{!! Form::label('radius', 'Radius:') !!}

{{ $bannerAdsLocation->radius }}

{!! Form::label('created_at', 'Created At:') !!}

{{ $bannerAdsLocation->created_at }}

{!! Form::label('updated_at', 'Updated At:') !!}

{{ $bannerAdsLocation->updated_at }}