@extends('layouts.master') @section('content') @include('partials.containers-header')
@include('partials.errors_display')

@lang('Create '.$name)

@csrf
@include('partials.create-buttons',[ 'model' => $model, 'btns' => 'sb' ])
@include('country.fields',[ 'option' => 'create' ])
@include('partials.containers-footer') @endsection @push("scripts") @endpush