@extends('layouts.app') @section('title', 'Edit Country') @section('content')

Edit Country

@csrf @method('PUT')
@endsection