@extends('layouts.production') @section('content')

{{ Trans('dashboard.branches.branch')}} {{Trans("dashboard.crud.edit")}}

@include('layouts.includes.message')

{{Trans("dashboard.crud.edit")}}

{{ Form::model($branch,['method'=>'patch','route'=>['branches.update',$branch->id],'files'=>true]) }} @include('branches.inc.form') {{ Form::close() }}
@endsection