@extends('admin.layouts.contentLayoutMaster') @section('title','Banner View') @section('pagelevelcss') @stop @section('content')
Title: {{$viewdata->title}}
Button Lable: {{$viewdata->button_label}}
Button URL: {{$viewdata->button_url}}
Description: {!! $viewdata->description !!}
Image: @if(File::exists(public_path('uploads/'.$viewdata->image)) && isset($viewdata->image)) @endif
@endsection @section('pageleveljs') @stop