@extends('admin.layout.index') @section('title', 'Bölgeler') @section('content')
Ekle
@foreach($regions as $key => $region) @endforeach
Sıra
Bölge Adı
Üst Bölge
Bölge Türü
Edit
{{ ($key + ($page * $how_many) - $how_many) + 1 }} {{ $region->name }} @if($region->top != 0) {!! db('region')->where('id', $region->top)->get()->first()->name ?? ' Silinmiş ' !!} @else Yok @endif @if($region->type == 'country') Ülke @else Şehir @endif Düzenle Sil
Geri
İleri
@endsection