@extends('layout.manage') @section('css_page_level') @endsection @section('page-content-wrapper')

@inject('setting','anlutro\LaravelSettings\Facade') {{ $setting::get('system_name','全方位建築智慧化管理系統') }} {{ $setting::get('company_name','新保科技') }}

@foreach ($cards as $card) @endforeach
名稱 使用時間 價格 折扣方式 折扣數
{{$card->name}} {{$card->month}}個月 {{$card->cost}} 元/張 {{$card->str_discount_way}} @if($card->discount != '100') {{$card->discount}}% @else 無 @endif
@endsection @section('plugins_page_level') @endsection @section('js_page_level') @endsection