@extends('layout.master') @section('content') @include('admin.partials.breadcrumb', ['subPage'=>'Создать', 'page'=>'Cnhfys', 'pageUrl'=>route('admin.countries.index')])
Создание Страны
@csrf @include('admin.country._form')
@endsection