@extends('admin.layouts.app') @section('title','Update Country') @section('content')
Update Country
Back
@csrf @method('PUT')
@error('country')
{{ $message }}
@enderror
@if($data->flag) @endif
@if($data->thumbnail) @endif
@endsection