@extends('layouts.app') @section('content')
{{ isset($custompanel->name) ? $custompanel->name : 'Singlepage' }}
{{ csrf_field() }}
{!! $custompanel->detail !!}
@endsection