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