@extends('admin.layouts.master-soyuz') @section('title',__('Create Add new country')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Add') }} {{ __('Country') }}
{{csrf_field()}}
@endsection