@extends('layouts.app') @section('content')
{{ !empty($custompanel->name) ? $custompanel->name : 'Singlepage' }}
@if ($errors->any()) @endif
{{ csrf_field() }} @include ('custompanels.form', [ 'custompanel' => $custompanel, ])
@endsection @section('style') @endsection @section('script') @endsection