Edit Country
@method('PATCH') @csrf
@input(['input_name' => 'country_name', 'value' => $country->country_name]) @input(['input_name' => 'country_code', 'value' => $country->country_code]) @radio(['input_name' => 'is_active', 'data_set' => [1 => 'Active', 0 => 'Inactive'], 'value' => $country->is_active])