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