@extends('admin/layouts.master') @section('title', '白名單手機') @section('body')
@include('admin.message')

白名單手機

CSV匯入:

@csrf
@foreach ($phones as $phone) @endforeach
手機號碼
{{ phone_mask($phone->phone) }}
{{trans('adminstaticword.GC_TOP_NOTICE')}}
{{trans('adminstaticword.GC_SEC_NOTICE')}}
@endsection