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