@extends('layouts.dashboardUser') @section('title', 'Edit Laporan Kerja') @section('content')

Edit Laporan Kerja

{{ \Carbon\Carbon::parse($lapor->tanggal)->format('d M Y') }}

@csrf @method('PUT')
@if($lapor->foto) @php $fotos = is_array($lapor->foto) ? $lapor->foto : json_decode($lapor->foto, true); @endphp @if(is_array($fotos)) @foreach ($fotos as $foto)
Foto Laporan
@endforeach @endif @endif
Batal
@endsection