@extends('layouts.admin') @section('title', 'States') @section('content')
ID | Name | Abbreviation | Electors | Population | Actions |
---|---|---|---|---|---|
{{ $state->id }} | {{ $state->name }} | {{ $state->abbreviation }} | {{ $state->users_count }} | {{ number_format($state->population, 0, '.', ',') }} | View Edit {{-- Delete --}} |