@extends('adminlte::page') @section('title', '明細商品追加') @section('content_header')
@stop @php $userAgent = $_SERVER['HTTP_USER_AGENT']; $isDesktop = strpos($userAgent, 'Windows') !== false || strpos($userAgent, 'Macintosh') !== false; @endphp @section('content')
@csrf
キャンセル @if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|2')) @endif
@stop @section('css') @stop @section('js') @stop