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

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

{{--
{{ __('basic.Code') }}
--}}
{{ __('basic.Name') }} *
{{ __('basic.Description') }}
@endsection