@extends('admin.layouts.contentLayoutMaster') @section('title','Blog View') @section('pagelevelcss') @stop @section('content')
Name: {{$viewdata->name}}
Created By: {{$viewdata->created_by}}
Description: {!! $viewdata->description !!}
Image: @if(File::exists(public_path('uploads/'.$viewdata->image)) && isset($viewdata->image)) @endif
@endsection @section('pageleveljs') @stop