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

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

@include('layouts.includes.message')

{{Trans("dashboard.crud.add")}} {{Trans("dashboard.crud.new")}}

{{ Form::open(array('route' => 'branches.store','method'=>'POST')) }} @include('branches.inc.form') {{ Form::close() }}
@endsection