@extends('admin.layout.master') @section('css') @endsection @section('content')

{{ __('admin.show') }}

@csrf
@if($report->images && $report->images->count() > 0)
@foreach($report->images as $image) @endforeach
@endif
@endsection @section('js') @endsection