@extends('layouts.mobile') @section('title') {{ __('Request Detail') }} @endsection @section('content_mobile')
@if (shouldShow('requestStatusContainer')) @php $values = [ 'canCancel' => "$canCancel", 'canManuallyComplete' => "$canManuallyComplete", 'canRetry' => "$canRetry", 'eligibleRollbackTask' => "$eligibleRollbackTask", 'errorTask' => "$errorTask" ] @endphp @endif
@php $arrayFiles = []; foreach ($files as $file) { $arrayFiles[] = $file; } $jsonFiles = json_encode($arrayFiles); @endphp
@endsection @section('js') @if (hasPackage('package-files')) @endif @endsection @section('css') @endsection