@extends('layouts.app') @section('content')
{{ isset($branch->name) ? $branch->name : 'Branch' }}
{{ csrf_field() }}
ชื่อสาขา
: {{ $branch->name }}
ที่อยู่
: {{ $branch->address }}
เลขประจำตัวผู้เสียภาษี
: {{ $branch->taxid }}
เบอร์โทร
: {{ $branch->tel }}
: {{ $branch->created_at }}
: {{ $branch->updated_at }}
@endsection