@extends('layouts.app') @section('content')

Edit Deployment

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
0 days
has_mentor) == 1 ? 'checked' : '' }}>
has_mentor) == 0 ? 'checked' : '' }}>
is_extended) == 1 ? 'checked' : '' }}>
is_extended) == 0 ? 'checked' : '' }}>

List items issued (e.g., Laptop, Office Phone, Others)

@php $equipment = old('equipment_log', is_array($deployment->equipment_log) ? $deployment->equipment_log : []); if (empty($equipment)) { $equipment = ['']; } @endphp @foreach($equipment as $idx => $item)
@endforeach
PDF or DOC up to 10MB @if($deployment->report_path) @endif
Cancel
@push('scripts') @endpush @endsection