@extends('admin.layouts.master-soyuz') @section('title',__('Edit Country')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{__("Edit Country")}}
{{csrf_field()}} {{ method_field('PUT') }}
@endsection