@extends('sales.layouts.app') @section("content")

帳號管理 @if($editable) 新增帳號 @endif

@if( !count($list) ) @endif @foreach($list as $v) @endforeach
帳號 姓名 更新日期 創建日期

沒有帳號

{{ $v->email }} {{ $v->name }} {{ $v->updated_at }} {{ $v->created_at }} @if($editable && $v->id>2) @endif
@endsection @section("script") @stop