@extends('layouts.app') @section('pagetitle') @stop @section('title')

แก้ไขข้อมูลสาขา {{ !empty($branch->name) ? $branch->name : 'Branch' }}

@stop @section('content')
@if ($errors->any()) @endif
{{ csrf_field() }} @include ('branches.form', [ 'branch' => $branch, ])
@endsection