@extends('layouts.backend',['page_title'=>'Edit package "'.$tag->name.'"']) @section('content-header')

Tags

@stop @section('content')
@include('common.errors')

Tags

@include('backend.tags._form')
@stop