@extends('layouts.master') @section('content-header')

{{ trans('blog::category.title.create category') }}

@stop @section('content') {!! Form::open(['route' => ['admin.blog.category.store'], 'method' => 'post']) !!}