@extends('dashboard.layout.layout') @section('content')

{{ $title }}

@foreach ($subdistricts as $subdistrict) @can('streets.show') @endcan @endforeach
@endsection