@extends('layouts.production') @section('content') {{ Trans('dashboard.branches.branch')}} {{Trans("dashboard.crud.edit")}} Home {{ Trans('dashboard.branches.branch') }} {{ Trans('dashboard.others.show_all') }} @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