@extends('layout.index', [ 'title' => __('shop.genres.title'), 'subtitle' => __('shop.genres.add'), 'breadcrumb' => [__('shop.genres.title'), __('shop.genres.add')] ]) @section('content') {{ Form::open(['route' => 'Shop.Admin.genres.store', 'id' => 'form', 'autocomplete' => 'off']) }} @include('Shop.Admin.genres.form') @endsection