@extends('master')
@section('style')
@endsection
@section('content')
Laporan / Pelanggaran SOP
@foreach($article->images as $img)
Klik untuk memperbesar
@endforeach
1 / {{count($article->images)}}
{{ $article->title ?? 'Judul Laporan Pelanggaran' }}
{{$article->desc}}
@endsection