@extends('layouts.app') @section('content')
Text @include('component.breadcrumb', ['items' => ['Web', 'Text', 'Create New']])
@include('component.flash')
{!! csrf_field() !!}
@include('web.text.panel')
@stop