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

{!! $banner->id !!}

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

{!! $banner->name !!}

{!! Form::label('date_show', 'Date Show:') !!}

{!! $banner->date_show !!}

{!! Form::label('date_hide', 'Date Hide:') !!}

{!! $banner->date_hide !!}

{!! Form::label('url', 'Url:') !!}

{!! $banner->url !!}

{!! Form::label('page', 'Page:') !!}

{!! $banner->page !!}

{!! Form::label('views', 'Views:') !!}

{!! $banner->views !!}

{!! Form::label('clicks', 'Clicks:') !!}

{!! $banner->clicks !!}

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

{!! $banner->created_at !!}

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

{!! $banner->updated_at !!}