@extends('layout.master') @push('plugin-styles') @endpush @section('content') @include('admin.partials.breadcrumb', ['page'=>'Регионы'])
Регионы
Создать
@foreach ($regions as $region) @endforeach
id Региона id Страны Когда создан Когда обновлен Действия
{{ $region->id }} {{ $region->country_id }} {{ $region->created_at }} {{ $region->updated_at }} Редактировать
@csrf @method('DELETE')
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush