@extends('blog::_layouts.master') @section('title', __('messages.global.report_detail')) @section('content') {{-- Header --}}

{{ __('messages.global.report_detail') }}

{{-- Starting gradient --}} @include('landing::_layouts/_partials/gradient-start', ['fill' => '#ffffff']) {{-- Content --}}
{{-- Flash Message --}}
{{ __('messages.show_report.not_found') }}
{{-- Latest Reports --}} @include('landing::home/_includes/latest_reports') {{-- Ending gradient --}} @include('landing::_layouts/_partials/gradient-end', ['fill' => '#f7fafc']) @endsection