@extends('layouts.app') @section('meta') Henrico Mugshots - Arrest Information & Booking Photos @endsection @section('content')

Recent Arrests

@foreach ( $recent_arrests as $mugshot )
Mugshot Photo of {{$mugshot['first_name']}} {{$mugshot['last_name']}}
{{$mugshot['first_name']}} {{$mugshot['last_name']}}
{{$mugshot['location']}} {{$mugshot->booking_date}}
@endforeach
@include('shared.recent-news', ['news' => $news, 'news_mugshot' => $news_mugshot]) @endsection