@extends('layouts.app') @section('content')
Editar marca Volver
{!! Form::model($brand, ['route' => ['brand.update', $brand->id], 'method' => 'PUT']) !!} @include('brand.partials.form') {!! Form::close() !!}
@endsection