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

เพิ่มข้อมูลสาขา จัดการข้อมูลสาขา

@stop @section('content')
@if ($errors->any()) @endif
{{ csrf_field() }} @include ('branches.form', [ 'branch' => null, ])
* การสร้างสาขาใหม่ จะใช้เวลาซักครู่เพื่อสร้างสต๊อกสินค้าของสาขาใหม่ โปรดรอค่ะ
@endsection