@extends('layouts.app') @section('title') {{ __('messages.medicine.medicine_brands') }} @endsection @section('page_css') @endsection @section('header_toolbar')

@yield('title')

@endsection @section('content')
@include('layouts.errors')
{{ Form::model($brand, ['route' => ['brands.update', $brand->id], 'method' => 'patch', 'id' => 'editBrandForm']) }} @include('brands.fields') {{ Form::close() }}
@endsection @section('page_scripts') @endsection @section('scripts') @endsection