@stack('third_party_stylesheets') @stack('page_css')
@include('layouts.sidebar')

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 }}

@stack('third_party_scripts') @stack('page_scripts')