Discover Card Details
{!! Form::label('id', 'Id:') !!}
{{ $getDCard->id }}
{!! Form::label('title', 'Title:') !!}
{{ $getDCard->title }}
{!! Form::label('city_id', 'City:') !!}
{{ $getCityName->title }}
{!! Form::label('image', 'Image:') !!}
{!! Form::label('url', 'Url:') !!}
{{ $getDCard->url }}
{!! Form::label('created_at', 'Created At:') !!}
{{ $getDCard->created_at }}
{!! Form::label('updated_at', 'Updated At:') !!}
{{ $getDCard->updated_at }}