@extends('layouts.app') @section('title') City: {{ $city->name }} @endsection @section('description') @endsection @section('breadcrumb')
{{ $city->name }}