@extends('admin.layouts.master-soyuz') @section('title',__('Edit Country')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __("Country") }} @endslot @slot('menu2') {{ __("Edit Country") }} @endslot @slot('button')
{{ __("Back") }}
@endslot @endcomponent
@if ($errors->any()) @endif
{{__("Edit Country")}}
{{csrf_field()}} {{ method_field('PUT') }}
@endsection