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

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

{{ __('basic.Name') }} *
{{--
{{ __('basic.ContactName') }}
--}}
{{ __('basic.LoginAccount') }} *
{{ __('basic.LoginPassword') }}
{{ __('basic.UniformNumber') }} *
{{ __('basic.ContactName') }}
{{ __('basic.PHONE') }}
{{ __('basic.MOBILE') }}
EMAIL
{{ __('basic.ADDRESS') }}
{{ __('basic.Description') }}
@endsection