{{-- 出貨公司維護 --}} @extends('layout.master') @section('title',__('basic.PurchaseCompany')) @section('content-title') {{ __('basic.PurchaseCompany') }} @endsection {{-- 清單頁 --}} @section('content')
@csrf @method('GET')
{{-- --}} {{-- --}}
{{-- {{ var_dump($data) }} --}} @for($d=0;$d @endfor
{{ __('basic.Code') }} {{ __('basic.Name') }} {{ __('basic.Description') }}
{{ $row->code ?? '--' }} {{ $row->name ?? '--' }} {{ $row->description ?? '--' }}
@endsection {{-- 明細頁 --}} {{-- @extends('layout.dialog_detail') --}} @extends('layout.normal_detail') @section('detail-title',__('basic.PurchaseCompany')) @section('detail-content')

{{ __('basic.Detail') }}

{{ __('basic.Code') }}
{{ __('basic.Name') }} *
英文{{ __('basic.Name') }} *
{{ __('basic.Tel') }} *
傳真 *
{{ __('basic.Description') }}
@endsection