@extends('layouts.app1') @section('title', '已通過 ‑ 待攜出') @section('content')

✅ 已通過 (可申請攜出)

@include('device-requests._table', [ 'list' => $list, 'extra' => fn($row) => ' 申請攜出 ', ])
@endsection