@extends('layouts.app-admin') @section('content')

Edit Country

Update Country
{{ Form::open(array('url' => route('country.update',$get_country->id),'enctype'=>'multipart/form-data','method'=>'put')) }} {!! csrf_field() !!}
@error('name') {{ $message }} @enderror
{{ Form::close() }}
@endsection