@extends('admins.layouts.main') @section('content')

查詢

@csrf
{{--
--}} {{--
--}}
{{-- --}} {{--
--}} {{--
--}}
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
{{--
--}} {{--
--}}

@foreach($tableAttributes as $tableAttribute) @endforeach {{-- @foreach($data as $row)--}} {{-- --}} {{-- @foreach($row->toArray() as $v)--}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{-- @endforeach--}}
{{$tableAttribute}}
{{$v}}
@if(!empty($errorMsg))

{{$errorMsg}}

@endif
{{-- --}}

@if(count($commandAttributes) > 0) @foreach($commandAttributes as $commandAttribute) @endforeach @foreach($commandData as $row) @foreach($row as $v) @endforeach @endforeach
{{$commandAttribute}}
{{$v}}
@endif
@endsection