@extends('admin/layouts/default') {{-- Page title --}} @section('title') Dashboard Editor @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Dashboard Editor

{{csrf_field()}} {{--
{{$content}}
--}}
@stop {{-- page level scripts --}} @section('footer_scripts') @stop