@extends('layouts.main') @section('pageTitle', 'APP 特約商店') @section('content')
@if(auth()->user()->can('appStore.destroyBatch')) @endif @if(auth()->user()->can('appStore.edit')) @endif @if(auth()->user()->can('appStore.destroy')) @endif
商店登入帳號 商店名稱 電子郵件 商店額度 有效日期修改刪除
@can('appStore.create') 新增特約商店 @endcan @can('appStore.destroyBatch') 批次刪除 @endcan
@endsection @section('js') @endsection