@extends('layouts/layoutMaster') @section('title', $title ?? __('City Details')) @section('content')
| {{ __('Id') }} | {{ __('Name') }} | {{ __('Created At') }} | {{ __('Actions') }} |
|---|---|---|---|
| {{ $region->id }} | {{ $region->name }} | {{ $region->created_at }} | {{ __('View') }} {{ __('Edit') }} |