@extends('layouts.app')
@section('meta')
Henrico Mugshots - Arrest Information & Booking Photos
@endsection
@section('content')
Recent Arrests
@foreach ( $recent_arrests as $mugshot )
@endforeach
@include('shared.recent-news', ['news' => $news, 'news_mugshot' => $news_mugshot])
@endsection